Created
March 25, 2010 05:02
-
-
Save whalec/343199 to your computer and use it in GitHub Desktop.
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
APPLICATION[:version] == '1.0.1' | |
APPLICATION[:language] == 'en-uk' |
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
version: 1.0.1 | |
language: en-uk | |
# You can add all sorts of specific info here later if you want to. |
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
APPLICATION = YAML.load_file("#{Rails.root}/config/application_configuration.yml").symbolize_keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment