Sha256: 8e0807c02d7b171a7dfbf38a5f8e72ef5afe4a3743d16f94ec2c51589e288d2c

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

module Georgia
  module PaginationHelper

    def pagination_tag search
      return unless search and !search.total.zero?
      Georgia::PaginationPresenter.new(self, search)
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.7.0 app/helpers/georgia/pagination_helper.rb