aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/exists.rb
blob: 18ba8403b44faf026765d1e2cc055b2651a517fb (plain) (blame)
1
2
3
4
5
6
7
module Arel
  module Nodes
    class Exists < Arel::Nodes::Function
      alias :select_stmt :expressions
    end
  end
end