How to make a foreign key connect with sqlite3 and Ruby on Rails
- by Trip
Does anyone know the way, or a place where I can find out how to do this?
Basically, all I want to do is connect a foreign key between two tables.
Is it true, that all I have to do is write the "belongs_to" and "has many" ?