class Auth::SignUpHandler

Included Modules

Defined in:

auth/handlers/sign_up_handler.cr

Instance Method Summary

Instance Method Detail

def process_valid_schema #
Description copied from class Marten::Handlers::RecordCreate

Produces the response when the processed schema is valid.

By default, this will create the new record and return a 302 redirect targetting the configured success URL.


[View source]