Arguments

This commit is contained in:
2017-04-11 08:46:21 +02:00
parent 7ce05f1ae4
commit 242e842100
8 changed files with 131 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ module Ch420
# 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.available_locales = [:de, :it, :fr]
config.generators do |g|
g.orm :mongoid