Method: Pullentity::Client::MiddlemanConfig.theme_name

Defined in:
lib/pullentity-client/helpers.rb

.theme_nameObject



90
91
92
93
# File 'lib/pullentity-client/helpers.rb', line 90

def theme_name
  hsh = YAML.load_file(location + "pullentity.yml")
  hsh["theme_name"]
end