We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffbef3 commit 7199e7fCopy full SHA for 7199e7f
1 file changed
spec/example_app/config/application.rb
@@ -14,6 +14,7 @@
14
15
module AdministratePrototype
16
class Application < Rails::Application
17
+ config.load_defaults "#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"
18
config.i18n.enforce_available_locales = true
19
20
config.generators do |generate|
0 commit comments