Created
July 29, 2014 11:56
-
-
Save pawurb/8a5c60e3a9304966a488 to your computer and use it in GitHub Desktop.
simple settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file_content = File.open File.join(Rails.root, 'config', 'settings.yml') | |
Settings = OpenStruct.new(YAML.load(file_content)[Rails.env]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment