class ActiveRecord::Relation::FromClause

def self.empty

def self.empty
  @empty ||= new(nil, nil).freeze
end