From acd7b81f4cfaf2db204f1aee1e2e2d21d549db88 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Thu, 13 Jan 2011 17:41:44 +0000 Subject: top-level gettext functions already available --- app/controllers/application_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers/application_controller.rb') diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 61a2444e3..4252d4212 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -12,7 +12,6 @@ class ApplicationController < ActionController::Base # Standard headers, footers and navigation for whole site layout "default" - include FastGettext::Translation # make functions like _, n_, N_ etc available) before_filter :set_gettext_locale # scrub sensitive parameters from the logs filter_parameter_logging :password -- cgit v1.2.3