Method: Supplejack::PaginatedCollection#last_page?
- Defined in:
- lib/supplejack/paginated_collection.rb
#last_page? ⇒ Boolean
34 35 36 |
# File 'lib/supplejack/paginated_collection.rb', line 34 def last_page? current_page >= total_pages end |