Remove placeholder methods to prevent calling methods rather than attributes.
This commit is contained in:
parent
f0a132ed99
commit
6d0ff0ade8
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue