If I have a form that has a text_field called title and a text_area called text and In my database I generated a model called post with a text:string, text:text how do they relate?
I'm going over the Rails guide and am a little confused on this. Thanks!