complex-form-examples icon indicating copy to clipboard operation
complex-form-examples copied to clipboard

error in project_helper.rb line 38 makes passing options impossible

Open cthree opened this issue 15 years ago • 1 comments

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

should be:

escape_javascript generate_html(form_builder, method, options)

cthree avatar Apr 19 '09 05:04 cthree

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.

Manfred avatar Apr 20 '09 15:04 Manfred