set analytics id

main
rebuilt 3 years ago
parent 51e7328102
commit bb032ebd31

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

Loading…
Cancel
Save