別の関数/メソッドを使用して通知をリダイレクトおよび出力しようとしましたが、機能しませんでした。それはそれ自身の機能の中でうまく働きます。
def delete_sb
# @sb = SasaranBaru.find(params[:id])
# @sb.destroy
flash[:notice] = "fffff"
render_group("flash msg")
end
def render_group(notice)
logger.debug notice
flash[:notice] = notice
if params[:filter]
filter = prepare_filter_query(params[:filter])
redirect_to "/groups?#{filter.to_query}", notice: 'okokoko okokokok '
else
redirect_to "/groups", notice: 'hehehehe eheheheh'
end
end
私の見解では、フラッシュの価値はありません。