Sha256: 68ba102efd65b14e1c42a462e2d7d30f796d7fbcac478834c8979aa4e452fab8
Contents?: true
Size: 370 Bytes
Versions: 51
Compression:
Stored size: 370 Bytes
Contents
require_dependency "think_feel_do_engine/application_controller" module ThinkFeelDoEngine # Provides the static privacy policy page. class PrivacyPoliciesController < ApplicationController layout :determine_layout skip_authorization_check def show end def determine_layout current_participant ? "tool" : "application" end end end
Version data entries
51 entries across 51 versions & 1 rubygems