Class: Lcms::Engine::AnalyticsExclusionController

Inherits:
ApplicationController show all
Defined in:
app/controllers/lcms/engine/analytics_exclusion_controller.rb

Instance Method Summary collapse

Instance Method Details

#excludeObject



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