You can get mongomapper, will paginate and draper to work together like the demos on (https://github.com/mislav/will_paginate) if you access the models in the controller like below
@models = ModelDecorator.
decorate(Model.paginate(:page => params[:page]))
No comments:
Post a Comment