demarches-normaliennes/app/helpers/service_helper.rb
2019-03-20 10:42:57 +01:00

5 lines
101 B
Ruby

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