On Mon, Feb 10, 2014 at 8:50 AM, Ken D'Ambrosio <[email protected]> wrote: > I want to create a one-to-many association; how do I accomplish this?
Have you read these? http://guides.rubyonrails.org/association_basics.html http://guides.rubyonrails.org/migrations.html In general you should make changes to your DB through migrations only, so you can reverse, repeat, insure identical changes are made to other (deployment) systems, etc. -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yAayvNvactqEQ9VOPQrktOxh%3DsLsJuRNd%2BG40%2B05P86MA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

