I'm a bit confused as to how "relationships" are created/processed in ROR/rake.
Can anyone confirm if the following is correct?
- Code the "insert xxx relation" in the DB Migration file. Migrate this once done.
- Code in the final relationship (has_xxx...) in the model file.
If so, can ROR autogen the DB Migration file from changes in the model?