PMs should always be displayed with the navigation.
This commit is contained in:
parent
6e9d5f013a
commit
3c4b37dad7
1 changed files with 4 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ class ConversationsController < ApplicationController
|
|||
@visibility.save
|
||||
end
|
||||
|
||||
respond_with @conversation
|
||||
respond_to do |format|
|
||||
format.html { redirect_to conversations_path(:conversation_id => @conversation.id) }
|
||||
format.js
|
||||
end
|
||||
else
|
||||
redirect_to conversations_path
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue