[Rails] Update column value

2015-08-24 Thread Milley Duke
Hi, Is there any way that I can Update column value of another table when saving form data of another model. For example: I have two models model A and model B. Both of them have one to many relation with each other. On filling data in form fields of model B , when particular condition met, i

Re: [Rails] Update column value

2015-08-24 Thread Colin Law
On 24 August 2015 at 10:59, Milley Duke li...@ruby-forum.com wrote: Hi, Is there any way that I can Update column value of another table when saving form data of another model. For example: I have two models model A and model B. Both of them have one to many relation with each other. On