On 18 February 2011 12:32, seeni khan <[email protected]> wrote: > It will update the record with the data from" _form.html.erb" when u press > it.
Not necessarily. It will initiate the action specified or implied by the form_for statement. Whether that updates a record or not depends on what is coded in that action. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

