ianwhite / resources_controller

resources_controller rails plugin: rc makes RESTful controllers fun
MIT License
79 stars 21 forks source link

resource_destroy doesn't use find_resource #6

Open noahhaon opened 13 years ago

noahhaon commented 13 years ago

resource_destroy won't use find_resource if it is overridden in the controller.

Seems to be a result of this change:

https://github.com/ianwhite/resources_controller/commit/cb77bc2325b1f165d08b0171fe501de70ef759ff

noahhaon commented 13 years ago

er make that destroy_resource