Method: Sequel::Dataset::Pagination#current_page
- Defined in:
- lib/sequel/extensions/pagination.rb
#current_page ⇒ Object
The current page of the dataset, starting at 1 and not 0.
83 84 85 |
# File 'lib/sequel/extensions/pagination.rb', line 83 def current_page @opts[:current_page] end |