Commit 9fa8cf67 authored by tiagonbotelho's avatar tiagonbotelho

removes redundant filter_branches file

parent 770d2831
module FilterBranches
extend ActiveSupport::Concern
def filter_branches(branches)
if params[:search].present? && @sort
branches = @repository.find_similar_branches(params[:search], @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