Flowdock
nested_attributes_association?(association_name) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/form_helper.rb, line 1435
        def nested_attributes_association?(association_name)
          @object.respond_to?("#{association_name}_attributes=")
        end
Register or log in to add new notes.