Skip to content

Commit

Permalink
cleanup time zone settings
Browse files Browse the repository at this point in the history
time zone settings moved to gitlab.yml in #8015
  • Loading branch information
bbodenmiller committed Oct 21, 2014
1 parent 47064ea commit 3dbe081
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/application.rb
Expand Up @@ -23,11 +23,6 @@ class Application < Rails::Application
# :all can be used as a placeholder for all plugins not explicitly named.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]

# 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.
# NOTE: Please prefer set time zone on config/gitlab.yml configuration file.
# config.time_zone = 'Central Time (US & Canada)'

# 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]
# config.i18n.default_locale = :de
Expand Down

0 comments on commit 3dbe081

Please sign in to comment.