Sha256: d2f4de08e565b68c4128d5279159a3243e3992a31fc04830472d3f8993a70131

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

class Home < ActiveRecord::Base
  belongs_to :country

  has_many :home_doors
  has_many :doors, through: :home_doors
  has_many :handles, through: :doors
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
model_mirror-0.1.0 test/dummy/app/models/home.rb
model_mirror-0.0.1 test/dummy/app/models/home.rb