demarches-normaliennes/app/helpers/service_helper.rb
2024-08-22 09:26:48 +02:00

7 lines
132 B
Ruby

# frozen_string_literal: true
module ServiceHelper
def formatted_horaires(horaires)
horaires.sub(/\S/, &:downcase)
end
end