Sha256: 792fe2b38bd1fa2713bb3a8391451c7119b38548c19d55c756c8431a9068cc74
Contents?: true
Size: 220 Bytes
Versions: 87
Compression:
Stored size: 220 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
87 entries across 87 versions & 1 rubygems