start no longer uses these nodes: don't query for them
This commit is contained in:
parent
679d47818b
commit
1f0636d253
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue