Fix kaminari path url helper function
This commit is contained in:
@@ -62,6 +62,6 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def kaminari_path(url)
|
||||
"#{root_url}#{url.delete('/')}"
|
||||
"#{root_url.chomp("\/")}#{url}"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user