We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I just installed this GEM and i am getting this error: Missing setting 'development' in C:/RoR/swp/config/application.yml
This is the content of my application.yml file
defaults: &defaults api_token: 5255858 development: api_token: 5255858 test: api_token: 5255858 production: api_token: 5255858
I am trying to access it via : Settings.api_token
So please let me know on this, why such strange error is showing up ?
The text was updated successfully, but these errors were encountered:
Could you add your Setttings class? Use a
...
block to syntax highlight: ruby and maybe yml.
Sorry, something went wrong.
No branches or pull requests
Hi,
I just installed this GEM and i am getting this error:
Missing setting 'development' in C:/RoR/swp/config/application.yml
This is the content of my application.yml file
config/application.yml
defaults: &defaults
api_token: 5255858
development:
api_token: 5255858
test:
api_token: 5255858
production:
api_token: 5255858
I am trying to access it via : Settings.api_token
So please let me know on this, why such strange error is showing up ?
The text was updated successfully, but these errors were encountered: