Redirect to last page when posting a reply
This commit is contained in:
@@ -18,7 +18,7 @@ class PostsController < ApplicationController
|
||||
@post.user ||= current_user
|
||||
if @post.save
|
||||
flash[:notice] = "Post was successfully created."
|
||||
redirect_to topic_path(@post.topic)
|
||||
redirect_to topic_path(@post.topic, :page => @post.topic.posts.page.per(10).num_pages)
|
||||
else
|
||||
render :action => 'new'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user