Re: [Rails] Rails edit action getting too big

2016-02-18 Thread Colin Law
On 18 February 2016 at 06:16, wrote: > In my current rails application , there are multiple tabs for the edit > action. All tabs go to the same action. For example if i modify some input > field in one tab , all the tabs parameters go to edit action.I need to send > only those modified. Is there

[Rails] Rails edit action getting too big

2016-02-17 Thread ajayg1567
In my current rails application , there are multiple tabs for the edit action. All tabs go to the same action. For example if i modify some input field in one tab , all the tabs parameters go to edit action.I need to send only those modified. Is there any suggestion for this scenario -- You re