Module: NeatIds::ToParam

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

Instance Method Summary collapse

Instance Method Details

#to_paramObject



129
130
131
# File 'lib/neat_ids.rb', line 129

def to_param
  _neat_id.encode(id)
end