abstract class MainLayout
- MainLayout
- Reference
- Object
Included Modules
- Lucky::HTMLPage
Direct Known Subclasses
Defined in:
pages/main_layout.crConstant Summary
-
ASSIGNS =
[context : HTTP::Server::Context, current_user : User] of Nil
Instance Method Summary
- #content
-
#current_user
'needs current_user : User' makes it so that the current_user is always required for pages using MainLayout
- #page_title
- #render
Instance Method Detail
def current_user
#
'needs current_user : User' makes it so that the current_user is always required for pages using MainLayout