Commit 6d0ff0ad authored by Marin Jankovski's avatar Marin Jankovski

Remove placeholder methods to prevent calling methods rather than attributes.

parent f0a132ed
......@@ -30,18 +30,6 @@ class IssueTrackerService < Service
false
end
def project_url
# implement inside child
end
def issues_url
# implement inside child
end
def new_issue_url
# implement inside child
end
def issue_url(iid)
self.issues_url.gsub(':id', iid.to_s)
end
......
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