Enable Google Analitics

This commit is contained in:
Vokhmin Alexey V 2015-02-18 00:13:55 +03:00
parent 31dd7ce5de
commit 5e78856758
2 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,4 @@ html
== yield :additional_scripts if content_for?(:additional_scripts)
== render '/layouts/scroller'
== render 'layouts/counters' if Rails.env.production?

View File

@ -26,3 +26,4 @@ html
== javascript_include_tag 'moment/ru.js', cache: 'moment'
== javascript_include_tag 'angular-locale_ru-ru', cache: 'angular-locale'
== yield :additional_scripts if content_for?(:additional_scripts)
== render 'layouts/counters' if Rails.env.production?