instance method
to_s
Ruby on Rails 8.0.4
Since v5.2.8.1Signature
to_s()
Returns the content of the parameters as a string.
Source
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 250
delegate :keys, :empty?, :exclude?, :include?,
:as_json, :to_s, :each_key, to: :@parameters
Defined in actionpack/lib/action_controller/metal/strong_parameters.rb line 250
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Parameters