Method: IshManager::LeadActionTemplatesController#edit
- Defined in:
- app/controllers/ish_manager/lead_action_templates_controller.rb
permalink #edit ⇒ Object
[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] :edit, @tmpl end |