How to make relationship between two activve record models?

I'm using seed-fu gem in ROR application,from that i can able to populate the seed data into database by using "rake db:seed_fu" .My question is how to mapping an relationship between tables(i.e one-to- one, many-to-one ) by using seed-fu gem.

Is it possible?