Phone: <%= @message.phone_or_none %>
Attachment: <% if @message.attachment.try(:file) and @message.attachment.file.exists? %> <%= link_to @message.attachment.file.filename, @message.attachment.url %> <% else -%> There were no attachment. <% end -%>