Sha256: e3ca4e48e8e2a3a9a64d956161aa3cbb99b7bd985c51e712382f15f3d3435a66
Contents?: true
Size: 312 Bytes
Versions: 16
Compression:
Stored size: 312 Bytes
Contents
module Brightcontent module Attachable extend ActiveSupport::Concern included do add_brightcontent_column :attachments has_many :attachments, as: :attachable, dependent: :destroy, class_name: Brightcontent::Attachment end def attachment attachments.first end end end
Version data entries
16 entries across 16 versions & 1 rubygems