Displaying 1 result from an estimated 1 matches for "thumbcontroller".
2007 Dec 23
8
will_paginate wont_paginate for me!
...there and there was no errors.
However, when I insert the code it doesn''t seem to like it.
I''m new to rails so I''m sure I''ve just overlooked something simple - if
someone can help I''d be very grateful.
in my controller I have the following code
class ThumbController < ApplicationController
model :thumb
def list
@thumbs = Thumb.paginate :page => params[:page], :per_page => 15
end
end
In my list view I have the following (btw this works fine with my simple
"@thumbs = Thumb.find(:all)" I had in my old controller.)
<div...