6 lines
130 B
Ruby
6 lines
130 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class REST::StatusRevisionSerializer < ActiveModel::Serializer
|
||
|
attributes :created_at, :text
|
||
|
end
|