Method: TrueClass#to_param

Defined in:
activesupport/lib/active_support/core_ext/object/to_query.rb

#to_paramObject

Returns self.



27
28
29
# File 'activesupport/lib/active_support/core_ext/object/to_query.rb', line 27

def to_param
  self
end