Ruby on Rails
Saturday, November 29, 2014
Re: [Rails] Updating 2 tables from contact Form
›
You need to add accepts_nested_attributes_for :user to your ContractRequest model and then your style of referencing those fields in your fo...
[Rails] Updating 2 tables from contact Form
›
I am trying to create a form that updates 2 tables in my database. I'm not quite sure how to build this contact form quite yet. So my fi...
[Rails] Creating a contact form that will update 2 tables in database
›
Here is my stackoverflow question I posted http://stackoverflow.com/questions/27208065/creating-a-contact-form-that-updates-2-tables Here is...
‹
›
Home
View web version