Injected Google Analytics tracker ID configuration into development configuration

This commit is contained in:
Prelang Builder
2014-02-27 23:58:36 +00:00
committed by u7482
parent 675ec23455
commit 3ce1536f03

View File

@@ -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