Sha256: 75d529f09de0557d7d6e1365484708b75a9b8ded2272d01ff449eade9707969a

Contents?: true

Size: 131 Bytes

Versions: 8

Compression:

Stored size: 131 Bytes

Contents

module WithModule
  class Model2 < ActiveRecord::Base
    self.table_name_prefix = 'with_module_'

    has_many :model1s
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
counter_culture-2.2.2 spec/models/with_module/model2.rb
counter_culture-2.2.1 spec/models/with_module/model2.rb
counter_culture-2.2.0 spec/models/with_module/model2.rb
counter_culture-2.1.4 spec/models/with_module/model2.rb
counter_culture-2.1.3 spec/models/with_module/model2.rb
counter_culture-2.1.2 spec/models/with_module/model2.rb
counter_culture-2.1.1 spec/models/with_module/model2.rb
counter_culture-2.1.0 spec/models/with_module/model2.rb