class Contacts::EditPage
 
  - Contacts::EditPage
- MainLayout
- Reference
- Object
Defined in:
pages/contacts/edit_page.crConstant Summary
- 
        ASSIGNS = [context : HTTP::Server::Context, contact : Contact, update_contact : UpdateContact] of Nil
Constructors
Instance Method Summary
Instance methods inherited from class MainLayout
  
  
    
      content
    content, 
    
  
    
      page_title
    page_title, 
    
  
    
      render
    render
    
  
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
        
        def self.new(context : HTTP::Server::Context, contact : Contact, update_contact : UpdateContact, **unused_exposures)
        #