Questions tagged [has-scope]

has_scope is a Ruby gem that allows you to easily create controller filters based on your resources named scopes.

has_scope is a Ruby gem that allows you to easily create controller filters based on your resources named scopes.

31 questions
-1
votes
1 answer

has_scope filter by cost feature [Ruby]

I need to set up a feature where the index page of freelancers can be filtered to only display based on a range on the attribute of price. This needs to be done from the user side, i was thinking two input boxes and a submit button. How do I go…
1 2
3