mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 11:06:10 +10:00
Remove placeholder methods to prevent calling methods rather than attributes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user