class Bits::IndexPage

Included Modules

Defined in:

pages/bits/index_page.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context, current_user : User, bits : BitQuery] of Nil

Constructors

Instance Method Summary

Instance methods inherited from module Shared::BitList

bit_list(bits : BitQuery) bit_list

Instance methods inherited from class MainLayout

current_user current_user, render render

Instance methods inherited from module Shared::FlashMessages

render_flash render_flash

Instance methods inherited from module Shared::FieldErrors

errors_for(field : Avram::PermittedAttribute) errors_for

Instance methods inherited from module Shared::Layout

content content, decorated_page_title decorated_page_title, default_page_title default_page_title, page_title page_title, shared_layout_head shared_layout_head

Constructor Detail

def self.new(context : HTTP::Server::Context, current_user : User, bits : BitQuery, **unused_exposures) #

Instance Method Detail

def bits : BitQuery #

def content #

[View source]