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



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

def prefix_id
  _prefix_id.encode(id)
end