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
Redirecting /forums/1/topics/ for the benefit of Yahoo! Slurp
The Yahoo robot keeps hitting this URL and raising exceptions
Michael Hartl (author)
Thu May 01 14:37:57 -0700 2008
commit  aaa46880fa81fab6e7fc1e2bf00a3c0b32c28d9d
tree    b7e48ab393ee5b2b81de364267f1790362b01296
parent  c5061aec8a01cba217fb37870a26fd6d248bd9c8
...
5
6
7
8
9
10
11
12
 
13
14
15
...
5
6
7
 
 
 
 
 
8
9
10
11
0
@@ -5,11 +5,7 @@ class TopicsController < ApplicationController
0
   before_filter :setup
0
   
0
   def index
0
- @topics = @forum.topics.paginate(:page => params[:page])
0
-
0
- respond_to do |format|
0
- format.html
0
- end
0
+ redirect_to forum_url(params[:forum_id])
0
   end
0
 
0
   def show

Comments

    No one has commented yet.