method
nested_attributes?
v7.2.3 -
Show latest stable
- Class:
ActionController::Parameters
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