lib/generators/templates/app/initializers/link_renderer.rb in beautiful_scaffold-0.3.6 vs lib/generators/templates/app/initializers/link_renderer.rb in beautiful_scaffold-1.0.0.pre

- old
+ new

@@ -1,4 +1,6 @@ +require 'will_paginate/view_helpers/link_renderer_base' + module WillPaginate module ViewHelpers # This class does the heavy lifting of actually building the pagination # links. It is used by +will_paginate+ helper internally. class LinkRenderer < LinkRendererBase