Method: NilClass#to_param
- Defined in:
- activesupport/lib/active_support/core_ext/object/to_query.rb
#to_param ⇒ Object
Returns self.
20 21 22 |
# File 'activesupport/lib/active_support/core_ext/object/to_query.rb', line 20 def to_param self end |