Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bootstrap-will_paginate / lib / bootstrap-will_paginate.rb
Size: Mime:
require "bootstrap-will_paginate/version"
require 'will_paginate'

module Bootstrap
  module Willpaginate
    class Engine < ::Rails::Engine
    end
  end
end