## Expected Behavior filtering by scopes should work with jsonapi.rb and ransack, see: https://github.com/activerecord-hackery/ransack#using-scopesclass-methods ## Actual Behavior it seems not to work properly, only filtering by `allowed` attributes works. i created a branch and added failing tests: https://github.com/stas/jsonapi.rb/compare/master...easyPEP:feature/ransack-scopes i would like to start working on a solution to make it work. do you have any specific recommendations?