Class: Admin::Templates::TemplateComponent

Inherits:
CommonComponent
  • Object
show all
Defined in:
app/components/admin/templates/template_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(template:) ⇒ TemplateComponent

Returns a new instance of TemplateComponent.



4
5
6
7
# File 'app/components/admin/templates/template_component.rb', line 4

def initialize(template:)
  super
  @template = template
end