Add account_warning notification
This commit is contained in:
parent
af86c09824
commit
e7492e0745
9 changed files with 70 additions and 3 deletions
5
app/serializers/rest/account_warning_serializer.rb
Normal file
5
app/serializers/rest/account_warning_serializer.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class REST::AccountWarningSerializer < ActiveModel::Serializer
|
||||
attributes :id, :action, :text, :status_ids
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue