Switch to :attributes serialize schema
This commit is contained in:
parent
6b7aecaed4
commit
1f1d9e36fc
|
|
@ -1,3 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
ActiveModelSerializers.config.adapter = :json_api
|
||||
ActiveModelSerializers.config.adapter = :attributes
|
||||
|
|
|
|||
Loading…
Reference in New Issue