Skip to content

Instantly share code, notes, and snippets.

@joshnesbitt
Created February 19, 2010 17:03
Show Gist options
  • Select an option

  • Save joshnesbitt/308907 to your computer and use it in GitHub Desktop.

Select an option

Save joshnesbitt/308907 to your computer and use it in GitHub Desktop.
Configuration.configure do |config|
config.support_email = "josh@example.net"
config.google_analytics_key = "UA-x343x-SDS"
config.twitter.screen_name = "joshnesbitt"
config.twitter.password = "mypassword"
end
puts Configuration.support_email
puts Configuration.google_analytics_key
puts Configuration.twitter[:screen_name]
puts Configuration.twitter[:password]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment