Allow users to globally opt out of automatic lookup

This commit is contained in:
Trek Glowacki
2015-10-23 10:57:37 -05:00
committed by Benjamin Fleischer
parent 8aaaa44ba3
commit 170db3ba88
3 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ module ActiveModel
config.adapter = :attributes
config.jsonapi_resource_type = :plural
config.automatic_lookup = true
end
end
end