Method: Supplejack::PaginatedCollection#total_pages

Defined in:
lib/supplejack/paginated_collection.rb

#total_pagesObject Also known as: num_pages



25
26
27
# File 'lib/supplejack/paginated_collection.rb', line 25

def total_pages
  (total_count.to_f / per_page).ceil
end