21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-26 19:12:53 +02:00
chexpire/app/helpers/application_helper.rb
Colin Darie 9886e978fe
Notifier channel email
NB: domain recurrent failures notification conditions needs to be
implemented.
2018-06-04 14:18:12 +02:00

6 lines
108 B
Ruby

module ApplicationHelper
def format_utc(time, format: :default)
l(time.utc, format: format)
end
end