Sha256: 34ad81d31a9ee72cffdf54430c97113b2c8190d57a69b0aad5c2db334a445d90

Contents?: true

Size: 186 Bytes

Versions: 4

Compression:

Stored size: 186 Bytes

Contents

module Findit
  module WillPaginate
    extend ActiveSupport::Concern

    included do
      delegate :current_page, :per_page, :total_entries, :total_pages, to: :call
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
findit-1.4.1 lib/findit/will_paginate.rb
findit-1.4.0 lib/findit/will_paginate.rb
findit-1.3.0 lib/findit/will_paginate.rb
findit-1.2.0 lib/findit/will_paginate.rb