We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a48628 commit 9016c89Copy full SHA for 9016c89
1 file changed
README.md
@@ -59,6 +59,8 @@ end
59
Resources that are not backed by a model (purely used as base classes for other resources) should be declared as
60
abstract.
61
62
+Because abstract resources do not expect to be backed by a model, they won't attempt to discover the model class
63
+or any of its relationships.
64
65
```ruby
66
class BaseResource < JSONAPI::Resource
0 commit comments