Method: Wco::OfficeActionTemplatesController#edit
- Defined in:
- app/controllers/wco/office_action_templates_controller.rb
#edit ⇒ Object
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 :edit, @oat end |