Method: Vimo::ItemsController#destroy
- Defined in:
- app/controllers/vimo/items_controller.rb
#destroy ⇒ Object
29 30 31 32 |
# File 'app/controllers/vimo/items_controller.rb', line 29 def destroy @item.destroy respond_with @entity, @item end |