Method: FoxTail::PaginationComponent#next_page
- Defined in:
- app/components/fox_tail/pagination_component.rb
#next_page ⇒ Object
97 98 99 |
# File 'app/components/fox_tail/pagination_component.rb', line 97 def next_page current_page + 1 if next_page? end |