Open jaeaster opened 7 years ago
Configuration shouldn't be checked in the request cycle. It should happen once when the application starts, probably in an initializer file.
See app/controllers/sessions_controller.rb line 4 for an example.
Configuration shouldn't be checked in the request cycle. It should happen once when the application starts, probably in an initializer file.
See app/controllers/sessions_controller.rb line 4 for an example.