class Posts::EditPage
- Posts::EditPage
- MainLayout
- Reference
- Object
Defined in:
pages/posts/edit_page.crConstant Summary
-
ASSIGNS =
[context : HTTP::Server::Context, current_user : User, operation : SavePost, post : Post] of Nil
Constructors
Instance Method Summary
Instance methods inherited from class MainLayout
content
content,
current_user
current_user,
page_title
page_title,
render
render
Constructor Detail
def self.new(context : HTTP::Server::Context, current_user : User, operation : SavePost, post : Post, **unused_exposures)
#