Do not use expiring links after all
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user