Module: PrefixedIds::Attribute

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

Overview

Included when a module uses ‘has_prefix_id`

Instance Method Summary collapse

Instance Method Details

#prefix_idObject



84
85
86
# File 'lib/prefixed_ids.rb', line 84

def prefix_id
  _prefix_id.encode(id)
end