class Tapioca::Dsl::Compilers::ActiveRecordRelations

def model

def model
  @model ||= T.let(
    root.create_path(constant),
    T.nilable(RBI::Scope),
  )
end