diff options
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/config/application.rb b/config/application.rb index 485c3a3..e855cbf 100644 --- a/config/application.rb +++ b/config/application.rb | |||
| @@ -9,10 +9,11 @@ Bundler.require(*Rails.groups) | |||
| 9 | module Thoughts | 9 | module Thoughts |
| 10 | class Application < Rails::Application | 10 | class Application < Rails::Application |
| 11 | # Initialize configuration defaults for originally generated Rails version. | 11 | # Initialize configuration defaults for originally generated Rails version. |
| 12 | config.load_defaults 5.1 | 12 | config.load_defaults Rails::VERSION::STRING.to_f |
| 13 | 13 | ||
| 14 | # Settings in config/environments/* take precedence over those specified here. | 14 | # Settings in config/environments/* take precedence over those specified here. |
| 15 | # Application configuration should go into files in config/initializers | 15 | # Application configuration should go into files in config/initializers |
| 16 | # -- all .rb files in that directory are automatically loaded. | 16 | # -- all .rb files in that directory are automatically loaded. |
| 17 | config.time_zone = "Eastern Time (US & Canada)" | ||
| 17 | end | 18 | end |
| 18 | end | 19 | end |
