Remove the last of ApiObjects

This commit is contained in:
Benjamin Fleischer
2016-03-06 23:24:53 -06:00
parent e30b2a4417
commit 5d7a1a4889
4 changed files with 46 additions and 44 deletions

View File

@@ -21,6 +21,12 @@ module ActiveModel
config.adapter = :attributes
config.jsonapi_resource_type = :plural
config.jsonapi_version = '1.0'
config.jsonapi_toplevel_meta = {}
# Make JSON API top-level jsonapi member opt-in
# ref: http://jsonapi.org/format/#document-top-level
config.jsonapi_include_toplevel_object = false
config.schema_path = 'test/support/schemas'
end
end