d51139751e
eee3a76616
09b2406e82
0ff5607e1e
3967bd524d
724a268413
1
2
3 4
5
6
7
8
9 10
module Arel class Nil < Relation def table_sql(formatter = nil); '' end def name; '' end def ==(other) Nil == other.class end end end