Accessing URL/URI information in Rails in the environments file?
- by tesmar
Hi all,
I would like to access the ActionController::Request from within the environments/development.rb file so that I can set a global variable there depending on the domain name. Any ideas?
Thank you!