Sha256: 04a706fb9ef48f8a0b16d01a7d860d76117337325807e5b1d685bdef29ddcb35
Contents?: true
Size: 201 Bytes
Versions: 7
Compression:
Stored size: 201 Bytes
Contents
class Gallery < ActiveRecord::Base belongs_to :galleryable, polymorphic: true has_many :asset_attachments, as: :assetable, dependent: :destroy has_many :assets, through: :asset_attachments end
Version data entries
7 entries across 7 versions & 1 rubygems