Re-introduce application_id
in ScheduledStatusSerializer
(#33505)
This commit is contained in:
parent
51a92427ce
commit
91c75a6361
2 changed files with 1 additions and 5 deletions
|
@ -8,8 +8,4 @@ class REST::ScheduledStatusSerializer < ActiveModel::Serializer
|
|||
def id
|
||||
object.id.to_s
|
||||
end
|
||||
|
||||
def params
|
||||
object.params.without('application_id')
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue