This commit is contained in:
Matteo Giaccone 2014-12-30 22:56:19 +00:00 committed by Dan Rice
parent 31217762a0
commit d7fbcb10c4
7 changed files with 10 additions and 7 deletions

View file

@ -22,7 +22,7 @@ module Tracksapp
# 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)'
config.time_zone = SITE_CONFIG['time_zone']
config.time_zone = SITE_CONFIG['time_zone']
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]