Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了直播应用程序,但有时直播不可用,并显示“无法播放此视频”警报消息。现在我想将此消息修改为另一个表明直播存在问题的消息。我该如何修改它?
因此,我将编辑功能添加到我的支付控制器,如下所示:
def edit @payment = Payment.edit if @payment.save redirect_to showCom