Sent short messages

All messages sent by this application

<% for short_message in @short_messages %>

Destination: <%= short_message.destination %>

Originator: <%= short_message.originator %>

Originator type: <%= short_message.originator_type %>

Message: <%= short_message.body %>


<% end %>

<%= link_to 'new short message', new_short_message_path %>