I created a yml file called oauth.yml file. i want it to include it in the rails application. Where should i include it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should possibly include it under the config folder:
Let’s imagine your file is like this:
Now, somewhere in your rails app, possibly in an initializer file (under app/config/initializers) you’ll load this file to a variable or class: