Commit 53ad07a4 authored by Valery Sizov's avatar Valery Sizov

satisfy the rubocop

parent 80a25d26
......@@ -1036,10 +1036,6 @@ class Project < ActiveRecord::Base
ensure_runners_token!
end
def wiki
@wiki ||= ProjectWiki.new(self, self.owner)
end
def pages_url
if Dir.exist?(public_pages_path)
host = "#{namespace.path}.#{Settings.pages.host}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment