Commit 01f60839 authored by Shinya Maeda's avatar Shinya Maeda

Remove unnecessary comment

parent e9d94451
...@@ -87,7 +87,7 @@ class PipelinesFinder ...@@ -87,7 +87,7 @@ class PipelinesFinder
items items
end end
end end
def by_duration(items) def by_duration(items)
if params[:duration].present? if params[:duration].present?
items.where("duration > ?", params[:duration]) items.where("duration > ?", params[:duration])
......
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