Module: FriendlyUUID::Base
- Defined in:
- lib/friendly_uuid.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
17 18 19 |
# File 'lib/friendly_uuid.rb', line 17 def to_param self.class.compact(self.id) end |