Rails - validate inclusion fails on rake test:integration

**Frederick Cheung: “**why validate the inclusion at all ? I’d validate the presence of the foo_id column and use a foreign key constraint to ensure that it can’t contain junk.”

How you’d “use a foreign key constraint”? That is, how do you’d implement the code in order “to ensure that it can’t contain junk”?