mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Merge pull request #1664 from rmehner/patch-1
Fix link to key transforms doc in post install message
This commit is contained in:
commit
4f425fe55f
@ -60,7 +60,7 @@ Gem::Specification.new do |spec|
|
||||
|
||||
spec.post_install_message = <<-EOF
|
||||
NOTE: The default key case for the JsonApi adapter has changed to dashed.
|
||||
See https://github.com/rails-api/active_model_serializers/blob/master/docs/general/key_transform.md
|
||||
See https://github.com/rails-api/active_model_serializers/blob/master/docs/general/key_transforms.md
|
||||
for more information on configuring this behavior.
|
||||
EOF
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user