Module: Sequel::Plugins::Sequenceable

Defined in:
lib/cortex_reaver/support/sequenceable.rb

Overview

Sequences are models that have order. This module provides class and instance methods that support sequential behavior like pagination, finding the next or previoud record, and finding a “window” of results around a specific record.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods