Sha256: db1adc499153eeb55d5b71f43405537c5dce869c539078d48cdcc70811d99c06
Contents?: true
Size: 136 Bytes
Versions: 3
Compression:
Stored size: 136 Bytes
Contents
class Comment < ActiveRecord::Base belongs_to :user belongs_to :tweet has_many :pictures, dependent: :destroy, as: :imageable end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dread-0.1.0 | test/dummy/app/models/comment.rb |
dread-0.0.7 | test/dummy/app/models/comment.rb |
dread-0.0.6 | test/dummy/app/models/comment.rb |