diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 4aecb615c..3191a2ab9 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -62,6 +62,6 @@ module ApplicationHelper end def kaminari_path(url) - "#{root_url}#{url.delete('/')}" + "#{root_url.chomp("\/")}#{url}" end end