Remove unused variable in MailTemplatesController#edit
This commit is contained in:
parent
07ad7b4c84
commit
d557906fe9
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ class Admin::MailTemplatesController < AdminController
|
||||||
|
|
||||||
def edit
|
def edit
|
||||||
@mail_template = find_mail_template_by_slug(params[:id])
|
@mail_template = find_mail_template_by_slug(params[:id])
|
||||||
@mail_template_name = params[:id]
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def update
|
def update
|
||||||
|
|
Loading…
Add table
Reference in a new issue