Method: Leaflet::Collection#total_pages
- Defined in:
- lib/leaflet/collection.rb
#total_pages ⇒ Object
77 78 79 80 81 |
# File 'lib/leaflet/collection.rb', line 77 def total_pages Positify.it { total_entries.zero? ? 1 : (total_entries / per_page.to_f).ceil } end |