6 lines
193 B
Ruby
6 lines
193 B
Ruby
class GroupeGestionnaire::Card::ChildrenComponent < ApplicationComponent
|
|
def initialize(groupe_gestionnaire:, path:)
|
|
@groupe_gestionnaire = groupe_gestionnaire
|
|
@path = path
|
|
end
|
|
end
|