module Outpost::Model::Identifier
Constants
- OBJ_KEY_SEPARATOR
Public Instance Methods
obj_key()
click to toggle source
Default obj_key
pattern
# File lib/outpost/model/identifier.rb, line 39 def obj_key @obj_key ||= self.class.obj_key(self.id) end