module Looksist::Common

Public Instance Methods

__entity__(entity) click to toggle source

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

# File lib/looksist/common.rb, line 4
def __entity__(entity)
  entity.to_s.gsub('_id', '')
end