Skip to content
Snippets Groups Projects

CE upstream

Merged Valery Sizov requested to merge ce_upstream into master
2 files
+ 16
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -61,6 +61,10 @@ def todos_filter_params
}
end
def todos_filter_empty?
todos_filter_params.all? {|key, value| value.nil?}
end
def todos_filter_path(options = {})
without = options.delete(:without)
Loading