Remove unused method

This commit is contained in:
Vinnie Okada 2014-10-09 22:33:29 -05:00
parent d59192f81d
commit 85f1e8b84a
1 changed files with 0 additions and 7 deletions

View File

@ -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