Provide key case translation

This commit is contained in:
Ben Mills
2016-03-09 20:25:18 -07:00
parent daabb89fe0
commit c533d1a7fe
15 changed files with 979 additions and 22 deletions

View File

@@ -26,6 +26,7 @@ module ActiveModel
# Make JSON API top-level jsonapi member opt-in
# ref: http://jsonapi.org/format/#document-top-level
config.jsonapi_include_toplevel_object = false
config.key_transform = nil
config.schema_path = 'test/support/schemas'
end