has_scope icon indicating copy to clipboard operation
has_scope copied to clipboard

Map incoming controller parameters to named scopes in your resources

Results 3 has_scope issues
Sort by recently updated
recently updated
newest added

This update enhances the docs a little bit and documents support for HasScope outside of Controllers. I've taken the liberty to rewrite some parts of the docs to make them...

I'm not sure if this is possible or if it is a feature request, but I'd like to be able to do something like `has_scope :region_id, type: [:default, :array]`. I...