class Lookbook::RenderableEntity
def component?
-
(Boolean)
- True if component
def component? @identifier.first.upcase == @identifier.first && !@identifier.include?(".") && !@identifier.include?("/") end
(Boolean)
- True if component
def component? @identifier.first.upcase == @identifier.first && !@identifier.include?(".") && !@identifier.include?("/") end