class Website::ChatHandler
- Website::ChatHandler
- Marten::Handlers::Redirect
- Marten::Handlers::Base
- Reference
- Object
Defined in:
website/handlers/chat_handler.crInstance Method Summary
-
#redirect_url
Returns the URL to redirect to.
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.