Class: Workflow::CandidaturesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/workflow/candidatures_controller.rb

Instance Method Summary collapse

Instance Method Details

#acceptedObject



6
7
8
# File 'app/controllers/workflow/candidatures_controller.rb', line 6

def accepted
  state_action
end

#deniedObject



10
11
12
# File 'app/controllers/workflow/candidatures_controller.rb', line 10

def denied
  state_action
end

#newObject



2
3
4
# File 'app/controllers/workflow/candidatures_controller.rb', line 2

def new
  state_action
end