[Rails] Re: Newbie Help Please! Update 2 Tables with one form

2009-01-29 Thread Sean McGilvray
Thank you for your reply and I will need some more explanation. They are linked through user_id. Thank you, Sean McGilvray & Sarena Byers Director Identity Theft Specialist Pre-Paid Legal Service's, Inc. NYSE:PPD Phone: 760-486-1019 smcgilv...@prepaidlegal.com http://www.transferhome.net On T

[Rails] Re: Newbie Help Please! Update 2 Tables with one form

2009-01-29 Thread Julian Leviston
That makes more sense. It's much better when people take time to form their questions. I have one question tho - how will you link the user to their account? Anyway, in the destination action of The form - its target - you need to specify two "new" methods rather than just one. Let me know i

[Rails] Re: Newbie Help Please! Update 2 Tables with one form

2009-01-29 Thread Sean Mcgilvray
Julian Leviston wrote: > Your question doesn't make enough sense. What are the exact models or > table names that you want to update? > > Sent from my iPhone > > On 30/01/2009, at 4:01 AM, Sean Mcgilvray > I want to only have the user part of the form filled out. When submitted have it upda

[Rails] Re: Newbie Help Please! Update 2 Tables with one form

2009-01-29 Thread Julian Leviston
Your question doesn't make enough sense. What are the exact models or table names that you want to update? Sent from my iPhone On 30/01/2009, at 4:01 AM, Sean Mcgilvray wrote: > > I have a form: > > <% form_tag :action => 'create' do %> > <%= hidden_field_tag 'plan', params[:plan] %> > >