Class: Lcms::Engine::AnalyticsExclusionController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Lcms::Engine::AnalyticsExclusionController
- Defined in:
- app/controllers/lcms/engine/analytics_exclusion_controller.rb
Instance Method Summary collapse
Instance Method Details
#exclude ⇒ Object
6 7 8 9 10 11 |
# File 'app/controllers/lcms/engine/analytics_exclusion_controller.rb', line 6 def exclude render layout: false, locals: { ga_id: ENV['GOOGLE_ANALYTICS_ID'] } end |