Hey! I’m decent at Ruby, but pretty darn new to Rails. Working through
some tutorial stuff, and don’t fully understand what direction to take.
I
want to create a one-to-many association; how do I accomplish this? Do
I
create the association with MySQL (the DB I’m using) first, and then
just
have Rails take advantage of it? Do I use “migration” (which I only
kinda-sorta “get”)? Or is there some other mechanism entirely?
Apologies for how dumb this probably sounds; trying to get the full feel
of
Rails, and there are definitely some places I’m still not quite
understanding the concepts.
Thanks,
-Ken