alloy / complex-form-examples

Simple Rails application which shows the use of NestedAttributes and AutosaveAssociation.
MIT License
258 stars 28 forks source link

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

Open cthree opened 15 years ago

cthree commented 15 years ago

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

should be:

escape_javascript generate_html(form_builder, method, options)

Manfred commented 15 years ago

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.