I\'m using will_paginate for pagination, which has been working well so far, except for this one thing.
If I try to paginate a scope, for instance
class
Kind of a weird solution, but
User.scope.find(:all).paginate :page => params[:page], :per_page => 10
works?