public
Clone URL: git://github.com/defunkt/exception_logger.git
Search Repo:
adding support for will_paginate as gem
ryanb (author)
Sun May 04 22:25:59 -0700 2008
commit  4a10be2a33a34c3ebd7383365d36a17e8c0ad675
tree    b3d3c53ecee130af86246b43f9a74653a31ae5a7
parent  dacb6ebb32708e231c5fb1901cfb487f15e2a110
...
 
1
2
...
1
2
3
0
@@ -1,3 +1,4 @@
0
+require 'will_paginate' unless Kernel.const_defined? 'WillPaginate'
0
 WillPaginate.enable
0
 LoggedExceptionsController.view_paths = [File.join(directory, 'views')]

Comments

    No one has commented yet.