Skip to content

Commit 12ccb78

Browse files
committed
Fix serializer class link on guides
The link was pointing out to the master branch instead of the v-10-stable branch.
1 parent 6fb4f7b commit 12ccb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ serializer classes.
452452

453453
## More Info
454454

455-
For more information, see [the Serializer class on GitHub](https://github.com/rails-api/active_model_serializers/blob/master/lib/active_model/serializer.rb)
455+
For more information, see [the Serializer class on GitHub](https://github.com/rails-api/active_model_serializers/blob/0-10-stable/lib/active_model/serializer.rb)
456456

457457
## Overriding association methods
458458

0 commit comments

Comments
 (0)