【发布时间】:2012-05-14 09:20:27
【问题描述】:
有没有办法设置一个基本协议来使用
render :action => "myaction"
redirect_to :action => "myaction"
而不是调用
render :action => "myaction", :protocol => "https://"
redirect_to :action => "myaction", :protocol => "https://"
每次?
【问题讨论】:
标签: ruby https protocols render redirecttoaction