Explorar el Código

Show confirmation message when deleting a feed. Fixes #10

master
Adrian Short hace 12 años
padre
commit
856529dac2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/controllers/feeds_controller.rb

+ 1
- 1
app/controllers/feeds_controller.rb Ver fichero

@@ -79,7 +79,7 @@ class FeedsController < ApplicationController
@feed.destroy

respond_to do |format|
format.html { redirect_to feeds_url }
format.html { redirect_to feeds_url, notice: 'Feed deleted OK' }
format.json { head :no_content }
end
end


Cargando…
Cancelar
Guardar