Hi, I’m using Google Maps API in my app and that requires a specific
API key (a string) for each URI it is accessed from.
I’d like to put a specific key into each of the development.rb and
production.rb files and pick up a default “localhost:3000” key from
environment.rb and make that available somehow to print in a view.
What’s the rails way to do this type of thing?
Many thanks,
-Tim