-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README to write how to configure adapter #1758
Update README to write how to configure adapter #1758
Conversation
@@ -96,6 +96,12 @@ Thanks! | |||
|
|||
## High-level behavior | |||
|
|||
Choise an adapter from [adapters](lib/active_model/serializer/adapter): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choise
should be Choose
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch @NullVoxPopuli !
I fixed it 🔧 90cfa92
I'm surprised that wasn't already on that document. nice catch! |
8570d49
to
90cfa92
Compare
@@ -96,6 +96,12 @@ Thanks! | |||
|
|||
## High-level behavior | |||
|
|||
Choose an adapter from [adapters](lib/active_model/serializer/adapter): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adapters have been migrated to lib/active_model_serializers/adapter
IIRC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouch! That's right.
90cfa92
to
dfd9cf9
Compare
LGTM, @tricknotes, thanks for the update! |
For the new user, how to customize adapter is an important concern.
Additionally, README says:
However how to change adapter was not documented anywhere.