Class: AgileMainController
- Inherits:
-
AgileApplicationController
- Object
- ActionController::Base
- AgileApplicationController
- AgileMainController
- Defined in:
- app/controllers/agile_main_controller.rb
Overview
AgileRails entry point for processing page request.
Instance Method Summary collapse
-
#page ⇒ Object
Request processing starts here.
Methods inherited from AgileApplicationController
#agile_dump, #agile_edit_mode?, #agile_get_site, #agile_process_default_request, #agile_render_404, #agile_user_has_role?, #agile_visit_log, #set_page_title
Instance Method Details
#page ⇒ Object
Request processing starts here
32 33 34 |
# File 'app/controllers/agile_main_controller.rb', line 32 def page agile_process_default_request end |