Sha256: 9c72e07a3f5b5c768dc31f74f6b3450bcc333fd78b6ffc174bf8cfe842ebb5d7

Contents?: true

Size: 132 Bytes

Versions: 7

Compression:

Stored size: 132 Bytes

Contents

# encoding: UTF-8

class Garage < ActiveRecord::Base
  has_many :cars 
end

class Car < ActiveRecord::Base
  belongs_to :garage
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
watchmaker-0.2.2 spec/support/models.rb
watchmaker-0.2.1 spec/support/models.rb
watchmaker-0.2.0 spec/support/models.rb
watchmaker-0.1.2 spec/support/models.rb
watchmaker-0.1.1 spec/support/models.rb
watchmaker-0.1.0 spec/support/models.rb
watchmaker-0.0.1 spec/support/models.rb