Class: Forms::DeleteButtonComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
lib/app/components/forms/delete_button_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ DeleteButtonComponent

Returns a new instance of DeleteButtonComponent.



5
6
7
# File 'lib/app/components/forms/delete_button_component.rb', line 5

def initialize(path)
  @path = path
end