Commit aaac6d01acda00ac142129c3781c9b48e47e85b9

Authored by Ábner Silva de Oliveira
2 parents 347d0ca2 7fef010c

Merge branch 'keep_filters_after_close_tasks' into production

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/helpers/task_helper.rb
... ... @@ -11,7 +11,6 @@ module TaskHelper
11 11 end
12 12  
13 13 def task_action action
14   - require 'debugger'; debugger
15 14 base_url = { action: action }
16 15 url_for(base_url.merge(filter_params))
17 16 end
... ...