After a user posts a question i want to redirect to where its posted and scroll down to the bottom of the page where the question is, using an anchor. It seems like i'm close but the page still doesn't move. This is the link i have:
if @question.save
redirect_to post_comment_path(@comment.post, @comment) + "#question_#{@question.id.to_s}"
end
Also, the link is showing the proper id at the end like so:
posts/1/comments/1#question_1