Fix rubocop repo_url offsense

This commit is contained in:
Luke "Jared" Bennett 2017-07-18 11:02:45 +01:00
parent 664db15af0
commit 1f89de1120
No known key found for this signature in database
GPG key ID: 402ED51FB5D306C2

View file

@ -12,7 +12,7 @@ module TreeHelper
tree.html_safe
end
def repo_url()
def repo_url
request.original_url
end