5 lines
144 B
Ruby
5 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
class REST::AccountWarningSerializer < ActiveModel::Serializer
|
|
attributes :id, :action, :text, :status_ids
|
|
end
|