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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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