will_paginate-bootstrap icon indicating copy to clipboard operation
will_paginate-bootstrap copied to clipboard

Make bootstrap rails renderer default for rails app

Open veera opened this issue 9 years ago • 0 comments
trafficstars

What's this PR do?

when you use this gem with rails, it requires will_paginate call with renderer option

<%= will_paginate @collection, renderer: BootstrapPagination::Rails %>

This PR avoids explicit renderer option, you can simply call will_paginate without option on your rails app

<%= will_paginate @collection %>

veera avatar Jul 31 '16 05:07 veera