首先我不用 respond_to
路径 views/share/notice.turbo_stream.erb
尝试了以下写法
render turbo_stream: turbo_stream.replace(
'flash',
template: 'share/notice.turbo_stream',
)
render template: "share/notice.turbo_stream", formats: [:turbo_stream]
全部是显示
也尝试过 partial 将文件改成 views/share/_notice.turbo_stream.erb
还是一样说找不到模版