I tried
@posts = Post.page(params[:page]).per_page(10)
and
@posts = Post.paginate(:page => 1, :per_page => 10)
silly thing, but it worked for me in sinatra after i added require 'mongoid-pagination' to app.rb