none.rb 176 Bytes
class IssueTrackers::None < IssueTracker
  Fields = []
  Note = 'When no issue tracker has been configured, you will be able to leave comments on errors.'
  Label = 'none'
end