spec/dummy/config/application.rb in mcfly-0.0.12 vs spec/dummy/config/application.rb in mcfly-0.0.13
- old
+ new
@@ -58,8 +58,10 @@
# Enable the asset pipeline
config.assets.enabled = true
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
+
+ config.i18n.enforce_available_locales = true
end
end