Commit f7b5800a authored by Shinya Maeda's avatar Shinya Maeda

Add a blank line between blocks

parent f5f7f90a
......@@ -113,11 +113,13 @@ class PipelinesFinder
else
:id
end
sort = if params[:sort] =~ /\A(ASC|DESC)\z/i
params[:sort]
else
:desc
end
items.order(order_by => sort)
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