Show outbox after sending new message
This commit is contained in:
parent
95b919c5d1
commit
3350789978
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ class MessagesController < ApplicationController
|
|||
elsif @message.save
|
||||
flash[:notice] = t ".message_sent"
|
||||
UserMailer.message_notification(@message).deliver_later if @message.notify_recipient?
|
||||
redirect_to messages_inbox_path
|
||||
redirect_to messages_outbox_path
|
||||
else
|
||||
@title = t "messages.new.title"
|
||||
render :action => "new"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue