]> git.openstreetmap.org Git - rails.git/commitdiff
start no longer uses these nodes: don't query for them
authorChristopher Schmidt <crschmidt@crschmidt.net>
Wed, 23 Apr 2008 16:46:47 +0000 (16:46 +0000)
committerChristopher Schmidt <crschmidt@crschmidt.net>
Wed, 23 Apr 2008 16:46:47 +0000 (16:46 +0000)
app/controllers/browse_controller.rb

index a6c0e0ae205fb8d745078053df7e2a1ce0f51812..fd482119d91870f680b1d204dc330bec7bd7f60f 100644 (file)
@@ -3,8 +3,8 @@ class BrowseController < ApplicationController
   layout 'site'
 
   def start 
-    @nodes = Node.find(:all, :order => "timestamp DESC", :limit=> 20)  
   end
+  
   def index
     @nodes = Node.find(:all, :order => "timestamp DESC", :limit=> 20)  
   end