Methods

Class Public methods

new(url)

📝 Source code
# File actionpack/lib/action_controller/metal/redirecting.rb, line 21
def initialize(url)
  super("Path relative URL redirect detected: #{url.inspect}")
end
🔎 See on GitHub