start no longer uses these nodes: don't query for them

This commit is contained in:
Christopher Schmidt 2008-04-23 16:46:47 +00:00
parent 679d47818b
commit 1f0636d253

View 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