Class: ThinkFeelDoEngine::PrivacyPoliciesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- ThinkFeelDoEngine::PrivacyPoliciesController
- Defined in:
- app/controllers/think_feel_do_engine/privacy_policies_controller.rb
Overview
Provides the static privacy policy page.
Constant Summary
Constants inherited from ApplicationController
ApplicationController::CSRF_COOKIE_NAME, ApplicationController::CSRF_HEADER_NAME, ApplicationController::INACTIVE_MESSAGE, ApplicationController::ROOT_URI
Instance Method Summary collapse
Methods inherited from ApplicationController
#access_denied_resource_path, #after_sign_in_path_for, #after_sign_out_path_for
Instance Method Details
#determine_layout ⇒ Object
13 14 15 |
# File 'app/controllers/think_feel_do_engine/privacy_policies_controller.rb', line 13 def determine_layout current_participant ? "tool" : "application" end |
#show ⇒ Object
10 11 |
# File 'app/controllers/think_feel_do_engine/privacy_policies_controller.rb', line 10 def show end |