Sha256: 77ae6a3385fa173eb8a53e24a90344340da2aced0ec59f9bdc3db46b7ff14015
Contents?: true
Size: 219 Bytes
Versions: 27
Compression:
Stored size: 219 Bytes
Contents
module Ddr module Models module HasAttachments extend ActiveSupport::Concern included do has_many :attachments, property: :is_attached_to, class_name: 'Attachment' end end end end
Version data entries
27 entries across 27 versions & 1 rubygems