方法
- N
类公共方法
new(location) 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_controller/metal/redirecting.rb, line 15 def initialize(location) super("Unsafe redirect to #{location.to_s.truncate(100).inspect}, pass allow_other_host: true to redirect anyway.") end