search for: q_webpages

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

Did you mean: mywebpages
2006 Mar 05
0
Pagination Question [Tagging: find_tagged_with]
Hello experts, I am trying to paginate the following query but no matter what I try I am unable to paginate it. In controller I have: q_webpages=Webpage.find_tagged_with(:any => params[:tag], :separator=>'','', :order=>''updated_at DESC'') @webpage_pages, @webpages = paginate_collection(:collection=>q_webpages) In my view I have: <%= link_to ''Previous page...