21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-04 00:25:07 +02:00
chexpire/app/helpers/application_helper.rb

6 lines
108 B
Ruby
Raw Normal View History

2018-05-23 10:32:04 +02:00
module ApplicationHelper
def format_utc(time, format: :default)
l(time.utc, format: format)
end
2018-05-23 10:32:04 +02:00
end