Sha256: 188f4cc1a9283d478e90d0b65ab85aa8304d3c94ccace950684aa685b15e1379

Contents?: true

Size: 108 Bytes

Versions: 4

Compression:

Stored size: 108 Bytes

Contents

module Hatchy
  class Country < ActiveRecord::Base
    has_many :users, class_name:'Hatchy::User'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre app/models/hatchy/country.rb
hatchy-0.0.7.pre app/models/hatchy/country.rb
hatchy-0.0.6.pre app/models/hatchy/country.rb
hatchy-0.0.5.pre app/models/hatchy/country.rb