set analytics id

This commit is contained in:
rebuilt 2023-02-16 08:34:06 -08:00
parent 51e7328102
commit bb032ebd31

View file

@ -1,2 +1,5 @@
class ApplicationController < ActionController::Base
def set_google_analytics_id
@google_analytics_id = ENV['GOOGLE_ANALYTICS_ID']
end
end