Module: DashboardHelper
- Included in:
- ProgramsDashController
- Defined in:
- app/helpers/dashboard_helper.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) init_quick_find
2 3 4 5 6 7 |
# File 'app/helpers/dashboard_helper.rb', line 2 def init_quick_find @quick_find ||= {} @quick_find[:controls] ||= Control.all @quick_find[:systems] ||= System.all @quick_find[:biz_processes] ||= BizProcess.all end |