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
- .new(url) ⇒ PathRelativeRedirectError constructor
Constructor Details
.new(url) ⇒ PathRelativeRedirectError
# File 'actionpack/lib/action_controller/metal/redirecting.rb', line 21
def initialize(url) super("Path relative URL redirect detected: #{url.inspect}") end