Skip to content

Instantly share code, notes, and snippets.

@empika
Created November 4, 2009 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save empika/225761 to your computer and use it in GitHub Desktop.
Save empika/225761 to your computer and use it in GitHub Desktop.
raw_config = File.read(RAILS_ROOT + "/config/twitter_config.yml")
TWITTER_CONFIG = YAML.load(raw_config)[RAILS_ENV].symbolize_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment