How do I store keys for API's in Rails?

Viewed 10423

I have several api's that I am integrating with and need to call in various parts of my application.

What is the way to store the keys, the user/password, or token information, say, a configuration file and then how do I call them for use in other parts of the application?

Thanks.

4 Answers
Related