Module: NeatIds::Attribute
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/neat_ids.rb
Overview
Included when a module uses ‘has_neat_id`
Instance Method Summary collapse
Instance Method Details
#neat_id ⇒ Object
91 92 93 |
# File 'lib/neat_ids.rb', line 91 def neat_id _neat_id.encode(id) end |