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