search for: uoputed

Displaying 1 result from an estimated 1 matches for "uoputed".

Did you mean: computed
2006 Jun 15
1
Paginating a .find
...a .find I have: @posts = Post.find(:all, :conditions => [ ''(title) OR (body) LIKE ?'', ''%'' + params[:query] + ''%''], :order => ''end_date'') How would I go about paginating the uoputed list? Something like 10 on a page. -- Posted via http://www.ruby-forum.com/.