I've got a Ruby wrapper for some REST APIs in a gem file. I'm trying to integrate this gem in a rails project and I have been wondering (being new to this...)
- To establish the connection I need to provide a Token and an account number. Where would it be the best place to save the ruby file with the token on the rails project?
Many thanks