Rails fixtures load not working as stated (2.3.4)

I only drink 'Chouchenn'

found a hint : it runs well when specifying the foreign_key and class_name

belongs_to :epath, :foreign_key => "epath_id", :class_name => "Epath"

never when using only belongs_to

??