Skip to content

Instantly share code, notes, and snippets.

@mariozig
Created July 20, 2011 15:42
Show Gist options
  • Save mariozig/1095203 to your computer and use it in GitHub Desktop.
Save mariozig/1095203 to your computer and use it in GitHub Desktop.
Padrino.after_load do
require 'will_paginate/view_helpers/base'
require 'will_paginate/view_helpers/link_renderer'
require 'will_paginate/finders/active_record'
WillPaginate::Finders::ActiveRecord.enable!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment