Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
class DirectoryColumnSerializer < ApplicationSerializer
attributes :id,
:name,
:type,
:enabled,
:automatic_position,
:position,
:icon
has_one :user_field, serializer: UserFieldSerializer, embed: :objects
end