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 +