Skip to content

Instantly share code, notes, and snippets.

@davidbody
Created November 25, 2015 21:36
Show Gist options
  • Save davidbody/ed0d06bfb377e0edaad7 to your computer and use it in GitHub Desktop.
Save davidbody/ed0d06bfb377e0edaad7 to your computer and use it in GitHub Desktop.
module MyApp
def self.api_keys
@api_keys ||= YAML::load_file("#{Rails.root}/config/api-keys.yml")[Rails.env]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment