Sha256: dc8c70ccd8d24586b171fa2945272b46a093e2f80728c56e2afb869009dcc6bf

Contents?: true

Size: 433 Bytes

Versions: 13

Compression:

Stored size: 433 Bytes

Contents

# frozen_string_literal: true

module Cmor
  module Legal
    module Frontend
      class PrivacyPoliciesController < Cmor::Legal::Frontend::Configuration.base_controller.constantize
        prepend_view_path ::Cmor::Legal::PrivacyPolicyResolver.instance unless view_paths.include?(::Cmor::Legal::PrivacyPolicyResolver.instance)

        def show
          render "/cmor/legal/privacy_policy"
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cmor_legal_frontend-0.0.60.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.59.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.58.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.57.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.56.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.55.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.54.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.53.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.52.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.51.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.50.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.49.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb
cmor_legal_frontend-0.0.48.pre app/controllers/cmor/legal/frontend/privacy_policies_controller.rb