Method: FoxTail::PaginationComponent#next_page

Defined in:
app/components/fox_tail/pagination_component.rb

#next_pageObject



97
98
99
# File 'app/components/fox_tail/pagination_component.rb', line 97

def next_page
  current_page + 1 if next_page?
end