public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Flash notice and correct redirect for topic deletion
rockastop (author)
Wed Apr 30 18:33:03 -0700 2008
commit  818f0cc9fd46f119d26d034074c145d6ef968c20
tree    56ec073e855e55dc6a47f56e63f0dc996e251be6
parent  65e019892db52a9da2ddc7812801b75d5c077c95
...
61
62
63
64
 
65
66
67
...
61
62
63
 
64
65
66
67
0
@@ -61,7 +61,7 @@ class TopicsController < ApplicationController
0
 
0
     respond_to do |format|
0
       flash[:success] = 'Topic was successfully destroyed.'
0
- format.html { redirect_to admin_forum_topics_url(@forum) }
0
+ format.html { redirect_to admin_forum_url(@forum) }
0
     end
0
   end
0
 

Comments

    No one has commented yet.