Module: NeatIds::ToParam
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/neat_ids.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
129 130 131 |
# File 'lib/neat_ids.rb', line 129 def to_param _neat_id.encode(id) end |