-
Remove redundant access check for Issues#destroy · 8cfb197dRobert Speicher authored
We were already calling `authorize_admin_issue!` in a before filter with the same permission checks, so this deleted check wasn't actually doing anything.
8cfb197d
×