Sha256: 9b4906fb71ee0498d7632eaba218d6f7f28e4b22373adc287f72225180e1b781
Contents?: true
Size: 193 Bytes
Versions: 2
Compression:
Stored size: 193 Bytes
Contents
class User < ActiveRecord::Base has_many :comments end class Post < ActiveRecord::Base has_many :comments end class Comment < ActiveRecord::Base belongs_to :post belongs_to :user end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chalk_dust-0.0.2 | spec/support/models.rb |
chalk_dust-0.0.1 | spec/support/models.rb |