Sha256: ac473a16c0ed2eefc62b219702df9dcd716ec7d08e9b5f692d99af8d8fdf239f
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
class Blog < ActiveRecord::Base attr_accessible :body, :name, :featured has_many :attachments, as: :attachable, dependent: :destroy, class_name: Brightcontent::Attachment end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brightcontent-attachments-2.0.6 | spec/dummy/app/models/blog.rb |