Sha256: f9d63366664834f78a96f30c1687471708a078a3a24f409b6bc8ba3274fc9ee3
Contents?: true
Size: 331 Bytes
Versions: 3
Compression:
Stored size: 331 Bytes
Contents
require "will_paginate/view_helpers/action_view" require "foundation_pagination/foundation_renderer" module FoundationPagination # A custom renderer class for WillPaginate that produces markup suitable for use with Zurb Foundation. class Rails < WillPaginate::ActionView::LinkRenderer include FoundationRenderer end end
Version data entries
3 entries across 3 versions & 1 rubygems