Sha256: 604aad4bcf10a86a8a929b4aefa17390ade3ce9570734b64846406dded64ef59

Contents?: true

Size: 159 Bytes

Versions: 18

Compression:

Stored size: 159 Bytes

Contents

# frozen_string_literal: true

class ModelInAnotherDb < ActiveRecord::Base
  self.table_name = "dummy_in_another_db"

  establish_connection :test_another
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
combustion-1.5.0 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.4.0 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.3.7 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.3.6 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.3.5 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.3.4 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.3.3 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.3.2 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.3.1 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.3.0 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.2.0 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.1.2 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.1.1 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.1.0 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-1.0.0 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-0.9.1 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-0.9.0 spec/dummy/spec/internal/app/models/model_in_another_db.rb
combustion-0.8.0 spec/dummy/spec/internal/app/models/model_in_another_db.rb