123456789_123456789_123456789_123456789_123456789_

Exception: ActionController::Redirecting::PathRelativeRedirectError

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, UnsafeRedirectError, StandardError
Instance Chain:
self, UnsafeRedirectError, StandardError
Inherits: ActionController::Redirecting::UnsafeRedirectError
Defined in: actionpack/lib/action_controller/metal/redirecting.rb

Class Method Summary

Constructor Details

.new(url) ⇒ PathRelativeRedirectError

[ GitHub ]

  
# File 'actionpack/lib/action_controller/metal/redirecting.rb', line 21

def initialize(url)
  super("Path relative URL redirect detected: #{url.inspect}")
end