Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

11 lines
264 B
Ruby

# -*- encoding : utf-8 -*-
class Home < ActiveRecord::Base
has_one :slider
has_many :home_blocks
belongs_to :promotion_1, :class_name => "Promotion"
belongs_to :promotion_2, :class_name => "Promotion"
belongs_to :promotion_3, :class_name => "Promotion"
end