You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a nested route in a rails app and need additional attributes of the model instance to form it correctly. Currently only ID is passed into Destroy.
Last word from Justin on that thread "I need to think about how to make something like this a little easier."
Any more thoughts on this? Would like to be able to refer to all attributes on model in destroy().
The text was updated successfully, but these errors were encountered:
Similar to this question:
http://forum.javascriptmvc.com/topic/destroy-method-signature-on-model?reply=true&remember=604800&securemode=false
I have a nested route in a rails app and need additional attributes of the model instance to form it correctly. Currently only ID is passed into Destroy.
Last word from Justin on that thread "I need to think about how to make something like this a little easier."
Any more thoughts on this? Would like to be able to refer to all attributes on model in destroy().
The text was updated successfully, but these errors were encountered: