maisonarbre_app/app/models/portlets/gallery_content.rb
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +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