class Lookbook::ConfigStore
def project_name
def project_name if store[:project_name].nil? if store[:project_logo].nil? Rails.application.class.module_parent.name.titleize else false end else store[:project_name] end end
def project_name if store[:project_name].nil? if store[:project_logo].nil? Rails.application.class.module_parent.name.titleize else false end else store[:project_name] end end