method
offset
rails latest stable - Class:
Arel::SelectManager
offset()public
No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 28
def offset
@ast.offset && @ast.offset.expr
end offset()No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 28
def offset
@ast.offset && @ast.offset.expr
end