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