Method: IshManager::LeadActionTemplatesController#edit

Defined in:
app/controllers/ish_manager/lead_action_templates_controller.rb

#editObject

[View source]

16
17
18
19
# File 'app/controllers/ish_manager/lead_action_templates_controller.rb', line 16

def edit
  @tmpl = Office::LeadActionTemplate.find params[:id]
  authorize! :edit, @tmpl
end