Class: BarkestCore::TestsubController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationControllerBase
- ApplicationController
- BarkestCore::TestsubController
- Defined in:
- app/controllers/barkest_core/testsub_controller.rb
Overview
A namespaced controller just for testing the submenu.
Instance Method Summary collapse
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?
Instance Method Details
#page1 ⇒ Object
8 9 10 |
# File 'app/controllers/barkest_core/testsub_controller.rb', line 8 def page1 end |
#page2 ⇒ Object
12 13 14 |
# File 'app/controllers/barkest_core/testsub_controller.rb', line 12 def page2 flash.now[:success] = 'The subheader should be above this message.' end |
#page3 ⇒ Object
16 17 18 |
# File 'app/controllers/barkest_core/testsub_controller.rb', line 16 def page3 end |