Method: Object#to_param
- Defined in:
- activesupport/lib/active_support/core_ext/object/to_query.rb
#to_param ⇒ Object
Alias of to_s
.
7 8 9 |
# File 'activesupport/lib/active_support/core_ext/object/to_query.rb', line 7 def to_param to_s end |