test/fixtures/markup_app/views/fields_for.slim in padrino-helpers-0.10.1 vs test/fixtures/markup_app/views/fields_for.slim in padrino-helpers-0.10.2
- old
+ new
@@ -10,6 +10,6 @@
== f.fields_for :addresses do |child_form|
== child_form.label :name
== child_form.text_field :name
- unless child_form.object.new_record?
== child_form.check_box '_destroy'
- == child_form.label '_destroy', :caption => 'Remove'
\ No newline at end of file
+ == child_form.label '_destroy', :caption => 'Remove'