class WillPaginate::Railtie

def self.setup_actioncontroller

def self.setup_actioncontroller
  ( defined?(ActionDispatch::ExceptionWrapper) ?
    ActionDispatch::ExceptionWrapper : ActionDispatch::ShowExceptions
  ).send :include, ShowExceptionsPatch
  ActionController::Base.extend ControllerRescuePatch
end