instance method
nested_attributes?
Ruby on Rails 7.2.3
Since v6.1.7.10Signature
nested_attributes?()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 992
def nested_attributes?
@parameters.any? { |k, v| Parameters.nested_attribute?(k, v) }
end
Defined in actionpack/lib/action_controller/metal/strong_parameters.rb line 992
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Parameters