struct PasswordResets::NewPage
- PasswordResets::NewPage
- Struct
- Value
- Object
Included Modules
- Lucky::HTMLPage
- Mixins::AuthLayout
- Mixins::LinkTextHelpers
Defined in:
pages/password_resets/new_page.crConstant Summary
-
ASSIGNS =
[context : HTTP::Server::Context, operation : StartPasswordReset] of Nil
Constructors
Instance Method Summary
- #content
- #operation : StartPasswordReset
-
#page_title
The default page title.
- #render
Constructor Detail
Instance Method Detail
def page_title
#
The default page title. It is passed to Shared::LayoutHead
.
Add a #page_title
method to pages to override it. You can also remove
This method so every page is required to have its own page title.