method
nested_attributes?
v7.0.0 -
Show latest stable
- Class:
ActionController::Parameters
nested_attributes?()protected
No documentation available.
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 923
def nested_attributes?
@parameters.any? { |k, v| Parameters.nested_attribute?(k, v) }
end