Class: WorkflowController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- Voluntary::ApplicationController
- ApplicationController
- WorkflowController
- Defined in:
- app/controllers/workflow_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from Voluntary::V1::BaseController
#parent, #voluntary_application_javascripts, #voluntary_application_repository_path, #voluntary_application_stylesheets
Methods included from Applicat::Mvc::Controller
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/workflow_controller.rb', line 4 def index @twitter_sidenav_level = 2 end |