class BabySqueel::Nodes::Grouping
Public Class Methods
new(node)
click to toggle source
Calls superclass method
# File lib/baby_squeel/nodes/grouping.rb, line 7 def initialize(node) super node.extend Arel::AliasPredication node.extend Arel::OrderPredications node.extend Arel::Math node.extend Arel::Expressions end