0
0
Fork 0

Do not use expiring links after all

This commit is contained in:
Eugen Rochko 2016-12-04 13:02:43 +01:00
parent 24e692b0cf
commit f763e844e8
11 changed files with 13 additions and 18 deletions

View file

@ -4,8 +4,4 @@ module ApplicationHelper
def active_nav_class(path)
current_page?(path) ? 'active' : ''
end
def s3_expiry
Time.zone.now.beginning_of_day.since 25.hours
end
end