parent
51e7328102
commit
bb032ebd31
@ -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…
Reference in new issue