Sha256: c0dd923b5c88267caa7212f960a0854c5056a73aa1d17728ff9449f878559d3b
Contents?: true
Size: 306 Bytes
Versions: 3
Compression:
Stored size: 306 Bytes
Contents
class Gallery < ActiveRecord::Base belongs_to :galleryable, polymorphic: true has_many :asset_attachments, -> { order('sort_order asc') }, as: :assetable, dependent: :destroy has_many :assets, through: :asset_attachments accepts_nested_attributes_for :asset_attachments, allow_destroy: true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
assetable-0.2.4 | app/models/gallery.rb |
assetable-0.2.2 | app/models/gallery.rb |
assetable-0.2.1 | app/models/gallery.rb |