mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
Fix link to key transforms doc in post install message
This commit is contained in:
parent
74d172b4f6
commit
a3fd209612
@ -60,7 +60,7 @@ Gem::Specification.new do |spec|
|
|||||||
|
|
||||||
spec.post_install_message = <<-EOF
|
spec.post_install_message = <<-EOF
|
||||||
NOTE: The default key case for the JsonApi adapter has changed to dashed.
|
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.
|
for more information on configuring this behavior.
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user