소스 검색

Show confirmation message when deleting a feed. Fixes #10

master
Adrian Short 12 년 전
부모
커밋
856529dac2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/controllers/feeds_controller.rb

+ 1
- 1
app/controllers/feeds_controller.rb 파일 보기

@@ -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


불러오는 중...
취소
저장