Add Kaminari gem for pagination
This commit is contained in:
parent
b19ed8cffd
commit
47db8f9c7d
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -37,6 +37,7 @@ gem 'bootstrap-sass', '~> 3.3.5'
|
||||||
|
|
||||||
# Pagination
|
# Pagination
|
||||||
gem 'will_paginate-bootstrap'
|
gem 'will_paginate-bootstrap'
|
||||||
|
gem 'kaminari'
|
||||||
|
|
||||||
# Decorators
|
# Decorators
|
||||||
gem 'draper', '~> 3.0.0.pre1'
|
gem 'draper', '~> 3.0.0.pre1'
|
||||||
|
|
|
@ -710,6 +710,7 @@ DEPENDENCIES
|
||||||
haml-rails
|
haml-rails
|
||||||
hashie
|
hashie
|
||||||
jquery-rails
|
jquery-rails
|
||||||
|
kaminari
|
||||||
launchy
|
launchy
|
||||||
leaflet-draw-rails
|
leaflet-draw-rails
|
||||||
leaflet-markercluster-rails (~> 0.7.0)
|
leaflet-markercluster-rails (~> 0.7.0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue