method

nested_attributes_association?

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