Fix Documentation of Meta Per Resource
Some part of the documentation for this got removed during last merge, so fixing it.
This commit is contained in:
parent
fdcaed6f0d
commit
a160d6746f
@ -276,7 +276,12 @@ This will create a `self` reference for the relationship, and a `related` link f
|
|||||||
### Meta Per Resource
|
### Meta Per Resource
|
||||||
|
|
||||||
For every resource in the collection, you can include a meta object containing non-standard meta-information about a resource that can not be represented as an attribute or relationship.
|
For every resource in the collection, you can include a meta object containing non-standard meta-information about a resource that can not be represented as an attribute or relationship.
|
||||||
|
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
class MovieSerializer
|
||||||
|
include FastJsonapi::ObjectSerializer
|
||||||
|
|
||||||
meta do |movie|
|
meta do |movie|
|
||||||
{
|
{
|
||||||
years_since_release: Date.current.year - movie.year
|
years_since_release: Date.current.year - movie.year
|
||||||
|
Loading…
x
Reference in New Issue
Block a user