render :action => "new"
elsif @message.save
flash[:notice] = t ".message_sent"
Notifier.message_notification(@message).deliver_later
redirect_to :action => :inbox
else
render :action => "new"
elsif @message.save
flash[:notice] = t ".message_sent"
Notifier.message_notification(@message).deliver_later
redirect_to :action => :inbox
else