Display list column (#5750)
This commit is contained in:
@ -2,4 +2,8 @@
|
||||
|
||||
class REST::ListSerializer < ActiveModel::Serializer
|
||||
attributes :id, :title
|
||||
|
||||
def id
|
||||
object.id.to_s
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user