spec/dummy/config/application.rb in redditor-0.1.12 vs spec/dummy/config/application.rb in redditor-0.1.14

- old
+ new

@@ -17,9 +17,11 @@ # -- all .rb files in that directory are automatically loaded. config.generators do |g| g.template_engine :haml end + I18n.enforce_available_locales = false + # 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)'