method

nested_attributes?

nested_attributes?()
protected

No documentation available.

# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 992
      def nested_attributes?
        @parameters.any? { |k, v| Parameters.nested_attribute?(k, v) }
      end