module Spurious::Config

Constants

CONFIG_LOCATION

Public Class Methods

app() click to toggle source
# File lib/spurious/config.rb, line 8
def self.app
  @@config ||= YAML.load_file(File.join(File.dirname(__FILE__), '..', '..', CONFIG_LOCATION))
end