Remove unused method
This commit is contained in:
parent
d59192f81d
commit
85f1e8b84a
1 changed files with 0 additions and 7 deletions
|
@ -33,12 +33,5 @@ module Issues
|
|||
|
||||
issue
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def update_task(issue, params, checked)
|
||||
issue.update_nth_task(params[:task_num].to_i, checked)
|
||||
params.except!(:task_num)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue