From 1f0636d2532b014573f98f835a6725d5663b7c9c Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Wed, 23 Apr 2008 16:46:47 +0000 Subject: [PATCH] start no longer uses these nodes: don't query for them --- app/controllers/browse_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/browse_controller.rb b/app/controllers/browse_controller.rb index a6c0e0ae2..fd482119d 100644 --- a/app/controllers/browse_controller.rb +++ b/app/controllers/browse_controller.rb @@ -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 -- 2.43.2