instance method
to_param
Ruby on Rails 3.1.12
Since v2.2.3Signature
to_param()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/object/to_param.rb, line 21
def to_param
self
end
Defined in activesupport/lib/active_support/core_ext/object/to_param.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in FalseClass