Skip to content

Commit

Permalink
Remove warning about locales
Browse files Browse the repository at this point in the history
  • Loading branch information
musaffa committed Apr 1, 2016
1 parent 8991f26 commit 893af5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/dummy/config/application.rb
Expand Up @@ -24,6 +24,7 @@ class Application < Rails::Application
# 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
config.i18n.enforce_available_locales = false
config.active_record.schema_format = :sql
end
end
Expand Down

0 comments on commit 893af5d

Please sign in to comment.