Remove placeholder methods to prevent calling methods rather than attributes.

This commit is contained in:
Marin Jankovski 2015-03-10 18:09:13 -07:00
parent f0a132ed99
commit 6d0ff0ade8

View file

@ -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