Include id-attribute for all serializers

This commit is contained in:
Thor77 2018-12-11 14:05:26 +01:00
parent 1f1d9e36fc
commit bfe1c07fdc
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# frozen_string_literal: true
class ApplicationSerializer < ActiveModel::Serializer
attributes :id
end