class PasswordResets::NewPage
- PasswordResets::NewPage
- GuestLayout
- Reference
- Object
Defined in:
pages/password_resets/new_page.crConstant Summary
-
ASSIGNS =
[context : HTTP::Server::Context, current_user : User | ::Nil, operation : ResetPassword, user_id : Int64] of Nil
Constructors
Instance Method Summary
Instance methods inherited from class GuestLayout
content
content,
current_user
current_user,
page_title
page_title,
render
render
Constructor Detail
def self.new(context : HTTP::Server::Context, operation : ResetPassword, user_id : Int64, current_user : User | Nil = nil, **unused_exposures)
#