FIX: Allow 'c' as a tag (#10305)

The new tag routes allow the use of tag 'c'.
This commit is contained in:
Bianca Nenciu
2020-07-29 14:47:12 +03:00
committed by GitHub
parent 4ef389bc04
commit d2380a01b6

View File

@ -5,7 +5,6 @@ class Tag < ActiveRecord::Base
include HasDestroyedWebHook
RESERVED_TAGS = [
'c',
'none'
]