Barebone Rails install with Apartment and Jsonapi-resources gems.
This repos is meant for testing against bug cerebris/jsonapi-resources#1316
A Monkey patch solution available at: config/initializers/jsonapi_resources.rb (uncomment and restart app to use).
- Pull repo
bundle installrails db:setuprails s- Browse http://demo.lvh.me:3000/api/posts (tenant-specific data)
- Should respond successfully
- Browse http://demo.lvh.me:3000/api/account (shared model - singleton resource)
- Should respond sucessfully (show Account info) - with patch or proper solution
- Break with SQL error - without patch/solution