Injected Google Analytics tracker ID configuration into production configuration

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

View File

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