class Website::ChatHandler

Defined in:

website/handlers/chat_handler.cr

Instance Method Summary

Instance Method Detail

def redirect_url #
Description copied from class Marten::Handlers::Redirect

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.


[View source]