Commit 85f1e8b8 authored by Vinnie Okada's avatar Vinnie Okada

Remove unused method

parent d59192f8
...@@ -33,12 +33,5 @@ module Issues ...@@ -33,12 +33,5 @@ module Issues
issue issue
end 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
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment