class Saison < ActiveRecord::Base has_many :saison_sejours has_many :sejours, :through => :saison_sejours end