[Rails] Re: Modelling Foreign Keys

Ray Baxter ray at warmroom.com
Sun Apr 2 22:19:38 GMT 2006


Arch Stanton wrote:

> Not sure why this is not working.

You are referencing @test_types in you view, not @test_type.

You are defining @test_type in your controller, not @test_types.

They need to be the same.



More information about the Rails mailing list