cocoon/lib
David Roetzel 7e8de74176 Use hidden_field_tag instead of hidden_field.
This works around problems with
accepts_nested_attributes_for :reject_if => :all_blank.
hidden_field injects a (String!) value of "false"
into the form, effectively disabling the all_blank
check.
2011-03-04 16:36:12 +01:00
..
cocoon Use hidden_field_tag instead of hidden_field. 2011-03-04 16:36:12 +01:00
generators/cocoon/install * added option to specify position of insertion for the add partial 2011-03-03 19:22:23 +01:00
cocoon.rb moved from formtastic-cocoon to just cocoon 2011-02-09 22:03:53 +01:00