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