public
Clone URL: git://github.com/defunkt/exception_logger.git
ryanb (author)
Sun May 04 22:25:59 -0700 2008
commit  4a10be2a33a34c3ebd7383365d36a17e8c0ad675
tree    b3d3c53ecee130af86246b43f9a74653a31ae5a7
parent  dacb6ebb32708e231c5fb1901cfb487f15e2a110
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')]