Module: PrefixedIds::ToParam
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/prefixed_ids.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
123 124 125 |
# File 'lib/prefixed_ids.rb', line 123 def to_param _prefix_id.encode(id) end |