Skip to content

Instantly share code, notes, and snippets.

# Call scopes directly from your URL params:
#
# @products = Product.filter(params.slice(:status, :location, :starts_with))
module Filterable
extend ActiveSupport::Concern
module ClassMethods
# Call the class methods with the same name as the keys in <tt>filtering_params</tt>
# with their associated values. Most useful for calling named scopes from
@nfabian13
nfabian13 / myfile
Created June 18, 2013 05:26
just a desc
this is just my code