class Lookbook::Entity

def type

Returns:
  • (Symbol) - The entity type
def type
  @_type ||= self.class.name.gsub("Entity", "").demodulize.underscore.downcase.to_sym
end