Commit 94a0a227cd552b36cdc215b89bebe198e2936856

Authored by Victor Costa
1 parent b31f8719

rails3: load will_paginate backwards compatibility

See https://github.com/mislav/will_paginate/wiki/Backwards-incompatibility
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/initializers/dependencies.rb
@@ -13,3 +13,4 @@ require 'white_list_filter' @@ -13,3 +13,4 @@ require 'white_list_filter'
13 13
14 # third-party libraries 14 # third-party libraries
15 require 'will_paginate' 15 require 'will_paginate'
  16 +require 'will_paginate/array'