Sha256: a45c78fe3a3235b413ff38d2927f352d38d1234fef5ca3e49bf22661805eef0c

Contents?: true

Size: 82 Bytes

Versions: 6

Compression:

Stored size: 82 Bytes

Contents

class Country < ActiveRecord::Base
  belongs_to :continent
  has_many :states
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
welike-geography-0.0.2 generators/geography/templates/models/country.rb
welike-geography-0.0.3 generators/geography/templates/models/country.rb
welike-geography-0.0.4 generators/geography/templates/models/country.rb
welike-geography-0.0.5 generators/geography/templates/models/country.rb
welike-geography-0.0.6 generators/geography/templates/models/country.rb
welike-geography-0.0.8 generators/geography/templates/models/country.rb