Class: SectionsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SectionsController
- Includes:
- ApplicationHelper, ProgramsHelper
- Defined in:
- app/controllers/sections_controller.rb
Overview
Browse sections
Constant Summary
Constant Summary
Constants included from ApplicationHelper
ApplicationHelper::ADMIN_MODULES, ApplicationHelper::WORKFLOW_MODULES
Instance Method Summary (collapse)
Methods included from ProgramsHelper
Methods included from ApplicationHelper
#access_control_roles, #admin_project_modules, #display_compact, #display_time, #equal_ids, #filter_biz_processes, #filter_system_controls, #filter_systems, #mat, #mt, #pat, #program_display, #project_modules, #render_for, #typecast_params, #yield_content!
Instance Method Details
- (Object) tooltip
16 17 18 19 |
# File 'app/controllers/sections_controller.rb', line 16 def tooltip @section = Section.find(params[:id]) render :layout => nil end |