method
nested_attributes_association?
v7.1.3.2 -
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 2699
def nested_attributes_association?(association_name)
@object.respond_to?("#{association_name}_attributes=")
end