aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/relations/utilities/nil.rb
blob: 0f7ca5d7575bfc9230538de4ccddfc0e4add3a6f (plain) (blame)
1
2
3
4
5
6
module Arel
  class Nil
    def table_sql(formatter = nil); '' end
    def name; '' end
  end
end