Class: BarkestCore::EngineControllerBase
- Inherits:
-
ApplicationControllerBase
- Object
- ActionController::Base
- ApplicationControllerBase
- BarkestCore::EngineControllerBase
- Defined in:
- app/controllers/barkest_core/engine_controller_base.rb
Overview
An application controller base with a few modifications making it ideal for the parent class to engine controllers.
Method Summary
Methods inherited from ApplicationControllerBase
#authorize!, #show_denial_reason?
Methods included from StatusHelper
#clear_system_status, #show_system_status, #status_button_label, #status_redirect_url
Methods included from RecaptchaHelper
#add_recaptcha_challenge, #verify_recaptcha_challenge
Methods included from SessionsHelper
#current_user, #current_user?, #forget, #log_in, #log_out, #logged_in?, #redirect_back_or, #remember, #store_location, #store_location_and_redirect_to, #system_admin?