mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Fix typo (#1855)
This commit is contained in:
parent
37a17723cf
commit
4ff33a7ad1
@ -17,7 +17,7 @@ The cache support is optimized to use the cached object in multiple request. An
|
|||||||
cache(options = nil) # options: ```{key, expires_in, compress, force, race_condition_ttl}```
|
cache(options = nil) # options: ```{key, expires_in, compress, force, race_condition_ttl}```
|
||||||
```
|
```
|
||||||
|
|
||||||
Take the example bellow:
|
Take the example below:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
class PostSerializer < ActiveModel::Serializer
|
class PostSerializer < ActiveModel::Serializer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user