Class: IshManager::LeadActionsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- IshManager::LeadActionsController
- Defined in:
- app/controllers/ish_manager/lead_actions_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
4 5 6 7 |
# File 'app/controllers/ish_manager/lead_actions_controller.rb', line 4 def index :index, Office::LeadAction @lead_actions = Office::LeadAction.all end |