method
over
rails latest stable - Class:
Arel::WindowPredications
over(expr = nil)public
No documentation available.
# File activerecord/lib/arel/window_predications.rb, line 5
def over(expr = nil)
Nodes::Over.new(self, expr)
end