Remove unused investments filter

We weren't using the "Feasible" filter anywhere in the
application, and it's hard for users to know the difference between
"Feasible" and "Not unfeasible".
This commit is contained in:
Javi Martín
2021-03-14 16:09:42 +01:00
parent 5d38e4702f
commit c322b2c4a2

View File

@@ -3,7 +3,7 @@ module InvestmentFilters
class_methods do class_methods do
def investment_filters def investment_filters
%w[not_unfeasible feasible unfeasible unselected selected winners] %w[not_unfeasible unfeasible unselected selected winners]
end end
end end