Include id-attribute for all serializers
This commit is contained in:
parent
1f1d9e36fc
commit
bfe1c07fdc
|
|
@ -1,4 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class ApplicationSerializer < ActiveModel::Serializer
|
class ApplicationSerializer < ActiveModel::Serializer
|
||||||
|
attributes :id
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue