Improve how we calculate detailed status group name

This commit is contained in:
Grzegorz Bizon 2016-12-16 15:32:54 +01:00
parent b18897ac40
commit 1476bb2c54
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module Gitlab
end
def group
self.class.name.demodulize.downcase.underscore
self.class.name.demodulize.underscore
end
def has_details?