mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Fix code formatting in changelog
A code block example was not markdown formatted as code.
This commit is contained in:
parent
fe84e0ad52
commit
2e0bee0c56
@ -22,9 +22,11 @@
|
|||||||
* URL helpers used inside of Engines now work properly.
|
* URL helpers used inside of Engines now work properly.
|
||||||
|
|
||||||
* Serializers now can filter attributes with `only` and `except`:
|
* Serializers now can filter attributes with `only` and `except`:
|
||||||
|
|
||||||
|
```
|
||||||
UserSerializer.new(user, only: [:first_name, :last_name])
|
UserSerializer.new(user, only: [:first_name, :last_name])
|
||||||
UserSerializer.new(user, except: :first_name)
|
UserSerializer.new(user, except: :first_name)
|
||||||
|
```
|
||||||
|
|
||||||
* Basic Mongoid support. We now include our mixins in the right place.
|
* Basic Mongoid support. We now include our mixins in the right place.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user