nested_form_fields 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ module ActionView::Helpers
17
17
  fields_options[:parent_builder] = self
18
18
  fields_options[:namespace] = fields_options[:parent_builder].options[:namespace]
19
19
 
20
- return fields_for_with_nested_attributes(record_name, record_object, fields_options, block)
20
+ return fields_for_with_nested_attributes_with_template(record_name, record_object, fields_options, block)
21
21
  end
22
22
 
23
23
 
@@ -36,7 +36,7 @@ module ActionView::Helpers
36
36
 
37
37
  private
38
38
 
39
- def fields_for_with_nested_attributes(association_name, association, options, block)
39
+ def fields_for_with_nested_attributes_with_template(association_name, association, options, block)
40
40
  name = "#{object_name}[#{association_name}_attributes]"
41
41
  association = convert_to_model(association)
42
42
 
@@ -1,3 +1,3 @@
1
1
  module NestedFormFields
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nested_form_fields
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: