Module: NeatIds::ToParam

Extended by:
ActiveSupport::Concern
Defined in:
lib/neat_ids.rb

Instance Method Summary collapse

Instance Method Details

#to_paramObject



193
194
195
# File 'lib/neat_ids.rb', line 193

def to_param
  _neat_id.encode(id)
end