Module: BotChallengePage::GuardAction

Extended by:
ActiveSupport::Concern
Included in:
BotChallengePageController
Defined in:
app/controllers/concerns/bot_challenge_page/guard_action.rb

Overview

Extracted to concern in separate file mostly for readability, not expected to be used anywehre but BotChallengePageController – we hang all logic off controller to allow multiple controllers in an app, and over-ride in sub-classes.