Sha256: 561cc31ccf597a8d0ff32fce72ac096f8557e929dd90decaac6a4a862a3cf5a8

Contents?: true

Size: 89 Bytes

Versions: 22

Compression:

Stored size: 89 Bytes

Contents

# frozen_string_literal: true

class Country < ActiveRecord::Base
  has_many :cities
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
bullet-7.0.7 spec/models/country.rb
bullet-7.0.6 spec/models/country.rb
bullet-7.0.5 spec/models/country.rb
bullet-7.0.4 spec/models/country.rb
bullet-7.0.3 spec/models/country.rb
bullet-7.0.2 spec/models/country.rb
bullet-7.0.1 spec/models/country.rb
bullet-7.0.0 spec/models/country.rb
bullet-6.1.5 spec/models/country.rb
bullet-6.1.4 spec/models/country.rb
bullet-6.1.3 spec/models/country.rb
bullet-6.1.2 spec/models/country.rb
bullet-6.1.1 spec/models/country.rb
bullet-6.1.0 spec/models/country.rb
bullet-6.0.2 spec/models/country.rb
bullet-6.0.1 spec/models/country.rb
bullet-6.0.0 spec/models/country.rb
bullet-5.9.0 spec/models/country.rb
bullet-5.8.1 spec/models/country.rb
bullet-5.8.0 spec/models/country.rb