# -*- encoding : utf-8 -*- class Promotion < ActiveRecord::Base belongs_to :image_file validates :title, :presence => true PROMOTION_TYPES = [["Hygiène",1], ["Cosmétiques",2], ["Bébés",3]] end