accescible_app/app/models/portlets/gallery_content.rb
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

9 lines
232 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