Sha256: efaa34a3e99fabdfb3f2f362a490e62729d1a8125c001692a262e0145a0c67c9

Contents?: true

Size: 305 Bytes

Versions: 5

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

module Lcms
  module Engine
    class AnalyticsExclusionController < Lcms::Engine::ApplicationController
      def exclude
        render layout: false,
               locals: {
                 ga_id: ENV['GOOGLE_ANALYTICS_ID']
               }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 app/controllers/lcms/engine/analytics_exclusion_controller.rb
lcms-engine-0.1.3 app/controllers/lcms/engine/analytics_exclusion_controller.rb
lcms-engine-0.2.0 app/controllers/lcms/engine/analytics_exclusion_controller.rb
lcms-engine-0.1.2 app/controllers/lcms/engine/analytics_exclusion_controller.rb
lcms-engine-0.1.0 app/controllers/lcms/engine/analytics_exclusion_controller.rb