mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 15:08:13 -07:00
5 lines
147 B
Ruby
5 lines
147 B
Ruby
class ApplicationController < ActionController::Base
|
|
def set_google_analytics_id
|
|
@google_analytics_id = ENV['GOOGLE_ANALYTICS_ID']
|
|
end
|
|
end
|