Commit 195ee106ffa63706aba9b570387f777c5e409f3a

Authored by Nathan Broadbent
1 parent 335f58ac
Exists in master and in 1 other branch production

Removed unnecessary label method.

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/models/issue_tracker.rb
@@ -26,7 +26,5 @@ class IssueTracker @@ -26,7 +26,5 @@ class IssueTracker
26 # Allows us to set the issue tracker class from a single form. 26 # Allows us to set the issue tracker class from a single form.
27 def type; self._type; end 27 def type; self._type; end
28 def type=(t); self._type=t; end 28 def type=(t); self._type=t; end
29 -  
30 - def self.label; "(none)"; end  
31 end 29 end
32 30