class Auth::SignUpHandler
- Auth::SignUpHandler
- Marten::Handlers::RecordCreate
- Marten::Handlers::Schema
- Marten::Handlers::Template
- Marten::Handlers::Base
- Reference
- Object
Included Modules
Defined in:
auth/handlers/sign_up_handler.crInstance Method Summary
-
#process_valid_schema
Produces the response when the processed schema is valid.
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.