demarches-normaliennes/app/components/dossiers/notified_toggle_component.rb
simon lehericey ec9a88a64e
simplify new
2024-11-12 10:30:35 +01:00

9 lines
307 B
Ruby

# frozen_string_literal: true
class Dossiers::NotifiedToggleComponent < ApplicationComponent
def initialize(procedure_presentation:)
@procedure_presentation = procedure_presentation
@procedure = procedure_presentation.procedure
@sorted_column = procedure_presentation.sorted_column
end
end