jam-cloud/web/app/views/api_text_messages/index.rabl

11 lines
210 B
Plaintext
Raw Normal View History

2015-01-12 06:20:19 +00:00
collection @text_messages
attributes :id, :source_user_id, :target_user_id, :message, :created_at
node :source_user do |msg|
attributes :id, :name
end
node :target_user do |msg|
attributes :id, :name
end