Sha256: 9de5b77cae49fcdad3f4beba956c1313790b0e16b550e7bdea23af7127ee7be7
Contents?: true
Size: 501 Bytes
Versions: 35
Compression:
Stored size: 501 Bytes
Contents
# 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. # Rails.application.config.time_zone = 'Central Time (US & Canada)' # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. # Rails.application.config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] # Rails.application.config.i18n.default_locale = :de
Version data entries
35 entries across 35 versions & 2 rubygems