Eugen Rochko
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
app/serializers/rest/conversation_serializer.rb
|
|
@ -4,4 +4,8 @@ class REST::ConversationSerializer < ActiveModel::Serializer |
|
|
|
attribute :id |
|
|
|
has_many :participant_accounts, key: :accounts, serializer: REST::AccountSerializer |
|
|
|
has_one :last_status, serializer: REST::StatusSerializer |
|
|
|
|
|
|
|
def id |
|
|
|
object.id.to_s |
|
|
|
end |
|
|
|
end |