boissier_app/app/models/portlets/gallery_content.rb
Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +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