demarches-normaliennes/app/components/groupe_gestionnaire/card/children_component.rb

7 lines
193 B
Ruby
Raw Normal View History

2023-10-01 12:52:05 +02:00
class GroupeGestionnaire::Card::ChildrenComponent < ApplicationComponent
def initialize(groupe_gestionnaire:, path:)
2023-10-01 12:52:05 +02:00
@groupe_gestionnaire = groupe_gestionnaire
@path = path
2023-10-01 12:52:05 +02:00
end
end