instance method
to_s
Ruby on Rails 7.1.6
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 229
delegate :keys, :empty?, :exclude?, :include?,
:as_json, :to_s, :each_key, to: :@parameters
Defined in actionpack/lib/action_controller/metal/strong_parameters.rb line 229
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Parameters