Module: Looksist::Common

Included in:
Core, Hashed
Defined in:
lib/looksist/common.rb

Instance Method Summary collapse

Instance Method Details

#__entity__(entity) ⇒ Object

Careful with the method names, these become instance variables!!



4
5
6
# File 'lib/looksist/common.rb', line 4

def __entity__(entity)
  entity.to_s.gsub('_id', '')
end