Class: Ragdoll::DocumentTableComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/ragdoll/document_table_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(documents:) ⇒ DocumentTableComponent



5
6
7
# File 'app/components/ragdoll/document_table_component.rb', line 5

def initialize(documents:)
  @documents = documents
end