Sha256: b717b62d9c303600e81f68b880e7d6ff232fbe638c56b6156bbb98b1990629d2

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

require "will_paginate/view_helpers/action_view"
require "bulma_pagination/bulma_renderer"

module BulmaPagination
  # A custom renderer class for WillPaginate that produces markup suitable for use with Zurb Foundation.
  class Rails < WillPaginate::ActionView::LinkRenderer
    include BulmaRenderer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
will_paginate-bulma-1.0.0 lib/bulma_pagination/action_view.rb