Class: Practical::Views::TiptapDocumentComponent::UnorderedList
- Inherits:
-
Node
- Object
- ViewComponent::Base
- BaseComponent
- Node
- Practical::Views::TiptapDocumentComponent::UnorderedList
- Defined in:
- app/components/practical/views/tiptap_document_component.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
#initialize, #render_node_contents
Methods included from NodeRendering
Methods included from ElementHelper
Constructor Details
This class inherits a constructor from Practical::Views::TiptapDocumentComponent::Node
Instance Method Details
#call ⇒ Object
175 176 177 178 179 |
# File 'app/components/practical/views/tiptap_document_component.rb', line 175 def call tag.ul { render_node_contents } end |