method
nested_attributes_association?
v4.2.7 -
Show latest stable
- Class:
ActionView::Helpers::FormBuilder
nested_attributes_association?(association_name)private
No documentation available.
# File actionview/lib/action_view/helpers/form_helper.rb, line 1891
def nested_attributes_association?(association_name)
@object.respond_to?("#{association_name}_attributes=")
end