class

Website::ChatHandler

Inherits Marten::Handlers::Redirect / Marten::Handlers::Base / Marten::Handlers::XFrameOptions / Marten::Handlers::ContentSecurityPolicy / Marten::Handlers::Session / Marten::Handlers::RequestForgeryProtection / Marten::Handlers::Flash / Marten::Handlers::Cookies / Marten::Handlers::ExceptionHandling / Marten::Handlers::Callbacks / Marten::Core::DebugModeLoggable / Reference / Object

Instance methods

redirect_url

Returns the URL to redirect to.

By default, the URL will be determined from the configured #url and #route_name values. This method can be overridden on subclasses in order to define any arbitrary logics that might be necessary in order to determine the final redirection URL.

Source