class Lookbook::ComponentTag

def tag_body

def tag_body
  text
end

def value

def value
  text.constantize if text.present?
rescue
  nil
end