Class: DcMainController

Inherits:
DcApplicationController show all
Defined in:
app/controllers/dc_main_controller.rb

Overview

DRG CMS entry point for processing page request.

Instance Method Summary collapse

Methods inherited from DcApplicationController

#dc_dump, #dc_edit_mode?, #dc_find_form_file, #dc_get_site, #dc_log_visit, #dc_render_404, #dc_user_has_role, #set_page_title

Instance Method Details

#pageObject

Request processing starts here



33
34
35
# File 'app/controllers/dc_main_controller.rb', line 33

def page
  dc_process_default_request
end