[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

changing paging created by scaffold

Junkone

11/30/2007 11:56:00 AM

hello
the scaffolding created a list
def list
@trade_pages, @trades = paginate :trades, :per_page => 50
end

how to i change it so that the @trades will contain the result of a
custom sql?
thanks
seede