Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in project_helper.rb line 38 makes passing options impossible #1

Open
cthree opened this issue Apr 19, 2009 · 1 comment
Open

Comments

@cthree
Copy link

cthree commented Apr 19, 2009

escape_javascript generate_html(form_builder, method, options = {})

should be:

escape_javascript generate_html(form_builder, method, options)

@Manfred
Copy link

Manfred commented Apr 20, 2009

Complex form examples are examples created to guide the development of nested attributes in ActiveRecord. They will not be maintained and are just kept here for historical purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants