Method: Wco::OfficeActionTemplatesController#edit

Defined in:
app/controllers/wco/office_action_templates_controller.rb

#editObject



6
7
8
9
10
# File 'app/controllers/wco/office_action_templates_controller.rb', line 6

def edit
  @oat = OAT.find params[:id]
  @oat.ties.push Wco::OfficeActionTemplateTie.new
  authorize! :edit, @oat
end