From 5cd7a1b9cb84e548a889f20e38b6c930aabb76ad Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 3 Dec 2013 20:35:04 -0500 Subject: [PATCH] Got rid of i18n warning; Rebuilt Gemfile.lock file --- Gemfile.lock | 2 +- config/application.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 968d398..555c12c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM highline (1.6.20) hike (1.2.3) http_parser.rb (0.5.3) - i18n (0.6.8) + i18n (0.6.9) journey (1.0.4) jquery-fileupload-rails (0.4.1) actionpack (>= 3.1) diff --git a/config/application.rb b/config/application.rb index 700c154..1597890 100755 --- a/config/application.rb +++ b/config/application.rb @@ -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