Skip to content

Commit

Permalink
Merge pull request #1664 from rmehner/patch-1
Browse files Browse the repository at this point in the history
Fix link to key transforms doc in post install message
  • Loading branch information
NullVoxPopuli committed Apr 5, 2016
2 parents 74d172b + a3fd209 commit 4f425fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f425fe

Please sign in to comment.