Do not use expiring links after all
This commit is contained in:
parent
24e692b0cf
commit
f763e844e8
11 changed files with 13 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue