Sha256: 4184812b5370c3aa73ad10817a927ef788d7a56520f92e4b2f88690cea2b5866
Contents?: true
Size: 329 Bytes
Versions: 4
Compression:
Stored size: 329 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 Twitter Bootstrap. class Sinatra < WillPaginate::Sinatra::LinkRenderer include FoundationRenderer end end
Version data entries
4 entries across 4 versions & 1 rubygems