class Tapioca::Dsl::Compilers::IdentityCache

def gather_constants

def gather_constants
  descendants_of(::ActiveRecord::Base).select do |klass|
    ::IdentityCache::WithoutPrimaryIndex > klass
  end
end