diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-03-02 16:37:22 -0500 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-03-02 16:37:22 -0500 |
commit | 30f922247cd818aa2025aa126d8d3ad197a40eda (patch) | |
tree | a327f6d5ae4e922bb96d061655ce1b92b2e59825 /config | |
parent | 1bfc0513fa113f5b4a61e89d74e42dd78ece44e7 (diff) | |
parent | eaf3d3cddf418c560c9619f722ea1dbc5d6cc61a (diff) |
app html still here
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index bf581b8..57c9163 100644 --- a/config/application.rb +++ b/config/application.rb @@ -12,6 +12,8 @@ module Leaguer # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. + I18n.enforce_available_locales = true + # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. # config.time_zone = 'Central Time (US & Canada)' |