Skip to content

Instantly share code, notes, and snippets.

@adriand
Created September 27, 2011 14:05
Show Gist options
  • Save adriand/1245117 to your computer and use it in GitHub Desktop.
Save adriand/1245117 to your computer and use it in GitHub Desktop.
module Forge
require 'forge/settings'
require 'forge/credit_card_processor'
@@settings = YAML::load(File.open(Rails.root + 'config/settings.yml')).recursive_symbolize_keys!
def self.settings
@@settings
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment