Module: UffizziCore::HashidConcern
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/uffizzi_core/hashid_concern.rb
Instance Method Summary collapse
Instance Method Details
#hashid ⇒ Object
22 23 24 |
# File 'app/models/concerns/uffizzi_core/hashid_concern.rb', line 22 def hashid self.class.hashid_service.encode(id) end |