mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-15 10:15:54 -07:00
set analytics id
This commit is contained in:
parent
51e7328102
commit
bb032ebd31
1 changed files with 3 additions and 0 deletions
|
|
@ -1,2 +1,5 @@
|
||||||
class ApplicationController < ActionController::Base
|
class ApplicationController < ActionController::Base
|
||||||
|
def set_google_analytics_id
|
||||||
|
@google_analytics_id = ENV['GOOGLE_ANALYTICS_ID']
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue