Module: NeatIds::Attribute

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

Overview

Included when a module uses has_neat_id

Defined Under Namespace

Modules: RelationMethods

Instance Method Summary collapse

Instance Method Details

#neat_idObject



132
133
134
# File 'lib/neat_ids.rb', line 132

def neat_id
  _neat_id.encode(id)
end