Tuesday 15 November 2011

Rails 3, Draper, Mongo and will_paginate

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