Removed unused `IssuablesHelper#issuable_state_scope`

Its last usage has been removed at 260c8da060.
This commit is contained in:
Mehdi Lahmam 2017-08-20 21:14:24 +02:00
parent fd511639d9
commit 39b313ba5f
1 changed files with 0 additions and 8 deletions

View File

@ -305,14 +305,6 @@ module IssuablesHelper
cookies[:collapsed_gutter] == 'true'
end
def issuable_state_scope(issuable)
if issuable.respond_to?(:merged?) && issuable.merged?
:merged
else
issuable.open? ? :opened : :closed
end
end
def issuable_templates(issuable)
@issuable_templates ||=
case issuable