From 3ce1536f039af940f3df3cdea524459fc3bfbfb6 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 development configuration --- config/environments/development.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index 1a26916..0879130 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -26,4 +26,9 @@ PrelangTest::Application.configure do # This option may cause significant delays in view rendering with a large # number of complex assets. config.assets.debug = true + + # [Prelang] Added environment variable + GA.tracker = "" + end +