Json Api Namespaced Models
If you want to have a resource that needs access to a namespaced model, you can overwrite the resource_type_for(model) method from JSONAPI::Resource module.
For example, I... »
If you want to have a resource that needs access to a namespaced model, you can overwrite the resource_type_for(model) method from JSONAPI::Resource module.
For example, I... »
I started using jsonapi-resources gem in order to create a JSON API according to JSON schema defined by http://jsonapi.org/
I encountered the issue with multi-lang support.... »