Method: TrueClass#to_param
- Defined in:
- lib/active_support/core_ext/object/to_query.rb
#to_param ⇒ Object
Returns +self+.
25 26 27 |
# File 'lib/active_support/core_ext/object/to_query.rb', line 25 def to_param self end |
Returns +self+.
25 26 27 |
# File 'lib/active_support/core_ext/object/to_query.rb', line 25 def to_param self end |