This commit is contained in:
bluehallu 2016-07-24 20:49:38 +01:00 committed by L. Preston Sego III
parent 37a17723cf
commit 4ff33a7ad1

View File

@ -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}```
```
Take the example bellow:
Take the example below:
```ruby
class PostSerializer < ActiveModel::Serializer