accescible_app/app/models/portlets/gallery_content.rb
Nicolas Bally e4e4463be1 suite
2021-05-15 15:14:41 +02:00

9 lines
235 B
Ruby

# -*- encoding : utf-8 -*-
class GalleryContent < ActiveRecord::Base
has_many :gallery_images, -> {order("position")}
has_one :portlet, :as => :content, :dependent => :destroy
STYLES = []#[["Style 1",1], ["Style 2",2]]
end