Got rid of i18n warning; Rebuilt Gemfile.lock file

This commit is contained in:
Al Snow
2013-12-03 20:35:04 -05:00
parent 880ede5574
commit 5cd7a1b9cb
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -61,5 +61,7 @@ module Railsgoat
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
I18n.config.enforce_available_locales = false
end
end