Class: WcoHosting::TasksController

Inherits:
ApplicationController show all
Defined in:
app/controllers/wco_hosting/tasks_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#home

Instance Method Details

#createObject



4
5
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 4

def create
end

#destroyObject



7
8
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 7

def destroy
end

#editObject



10
11
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 10

def edit
end

#indexObject



13
14
15
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 13

def index
  authorize! :index, WcoHosting::Task
end

#newObject



17
18
19
20
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 17

def new
  authorize! :new, WcoHosting::Task

end

#showObject



22
23
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 22

def show
end

#updateObject



25
26
# File 'app/controllers/wco_hosting/tasks_controller.rb', line 25

def update
end