instance method
to_param
Ruby on Rails 7.2.3
Since v2.2.3Signature
to_param()
Alias of to_s.
Source
# File activesupport/lib/active_support/core_ext/object/to_query.rb, line 7
def to_param
to_s
end
Defined in activesupport/lib/active_support/core_ext/object/to_query.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Object