public
Fork of defunkt/exception_logger
Description: Don't use this fork, instead use the original by defunkt as that has these changes merged in.
Homepage:
Clone URL: git://github.com/ryanb/exception_logger.git
exception_logger / init.rb
100644 4 lines (3 sloc) 0.16 kb
1
2
3
4
require 'will_paginate' unless Kernel.const_defined? 'WillPaginate'
WillPaginate.enable
LoggedExceptionsController.view_paths = [File.join(directory, 'views')]