mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Remove hotjar
This commit is contained in:
parent
51d5d72730
commit
dd94b283fa
4 changed files with 0 additions and 18 deletions
|
|
@ -2,13 +2,8 @@
|
|||
|
||||
class ApplicationController < ActionController::Base
|
||||
before_action :set_google_analytics_id
|
||||
before_action :set_hotjar_id
|
||||
|
||||
def set_google_analytics_id
|
||||
@google_analytics_id = ENV['GOOGLE_ANALYTICS_ID']
|
||||
end
|
||||
|
||||
def set_hotjar_id
|
||||
@hotjar_id = ENV['HOTJAR_ID']
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue