123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::Ordering

Do not use. This class is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Arel::Nodes::Unary
Defined in: activerecord/lib/arel/nodes/ordering.rb

Class Method Summary

Unary - Inherited

Instance Attribute Summary

Unary - Inherited

#expr,
#value

Alias for Unary#expr.

Node - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from Arel::Nodes::Unary

Instance Method Details

#nulls_first

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/ordering.rb', line 6

def nulls_first
  NullsFirst.new(self)
end

#nulls_last

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/ordering.rb', line 10

def nulls_last
  NullsLast.new(self)
end