Skip to content

Commit

Permalink
remove unused browse filter code
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard M. Miller committed Apr 16, 2021
1 parent a1a212e commit 0b47685
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/models/browse_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,4 @@ def contributions
end
end.flatten
end

private

def filter(model)
FILTERS.reduce(model.unmatched) do |relation, filter|
filter.filter(relation, parameters)
end
end
end

0 comments on commit 0b47685

Please sign in to comment.