aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/utilities/nil.rb
blob: 04055d0ddbe2e6a19519da41e6e021111f545277 (plain) (blame)
1
2
3
4
5
6
7
require 'singleton'

module Arel
  class Nil
    include Relation, Singleton
  end
end