module PaginationHelper

Public Instance Methods

bootstrap_paginate(results) click to toggle source
# File lib/engine/app/helpers/pagination_helper.rb, line 4
def bootstrap_paginate(results)
  will_paginate results, renderer: BootstrapPagination::Rails, previous_label: '<<', next_label: '>>'
end