From 675ec234559514cc35f413ed7c8debcfdec4a85f Mon Sep 17 00:00:00 2001 From: Prelang Builder Date: Thu, 27 Feb 2014 23:58:36 +0000 Subject: [PATCH] Injected Google Analytics tracker ID configuration into production configuration --- config/environments/production.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 7d67f92..653284e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -77,4 +77,9 @@ PrelangTest::Application.configure do # Use default logging formatter so that PID and timestamp are not suppressed. config.log_formatter = ::Logger::Formatter.new + + # [Prelang] Added environment variable + GA.tracker = "" + end +