class GearedPagination::PortionAtCursor::Predicate
Attributes
order[R]
Public Class Methods
new(order)
click to toggle source
# File lib/geared_pagination/portions/portion_at_cursor.rb, line 109 def initialize(order) @order = order end
Public Instance Methods
condition_on(table, value)
click to toggle source
# File lib/geared_pagination/portions/portion_at_cursor.rb, line 113 def condition_on(table, value) raise NotImplementedError end