Class: WcoHosting::TasksController
- Inherits:
-
ApplicationController
- Object
- Wco::ApplicationController
- ApplicationController
- WcoHosting::TasksController
- Defined in:
- app/controllers/wco_hosting/tasks_controller.rb
Instance Method Summary collapse
- #create ⇒ Object
- #destroy ⇒ Object
- #edit ⇒ Object
- #index ⇒ Object
- #new ⇒ Object
- #show ⇒ Object
- #update ⇒ Object
Methods inherited from ApplicationController
Instance Method Details
#create ⇒ Object
4 5 |
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 4 def create end |
#destroy ⇒ Object
7 8 |
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 7 def destroy end |
#edit ⇒ Object
10 11 |
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 10 def edit end |
#index ⇒ Object
13 14 15 |
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 13 def index :index, WcoHosting::Task end |
#new ⇒ Object
17 18 19 20 |
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 17 def new :new, WcoHosting::Task end |
#show ⇒ Object
22 23 |
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 22 def show end |
#update ⇒ Object
25 26 |
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 25 def update end |