552 553 554
# File 'lib/jsonapi/resource.rb', line 552 def filter(attr, *args) @_allowed_filters[attr.to_sym] = args.extract_options! end