demarches-normaliennes/app/helpers/service_helper.rb

6 lines
101 B
Ruby
Raw Normal View History

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