Merge pull request #1664 from rmehner/patch-1

Fix link to key transforms doc in post install message
This commit is contained in:
L. Preston Sego III 2016-04-05 07:23:54 -04:00
commit 4f425fe55f

View File

@ -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