Method: FalseClass#to_param

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

#to_paramObject

Returns self.



34
35
36
# File 'activesupport/lib/active_support/core_ext/object/to_query.rb', line 34

def to_param
  self
end