add more reserved names: upload,uploads,download
This commit is contained in:
parent
3064b79f0c
commit
e342c9a589
|
@ -1,10 +1,10 @@
|
||||||
class ReservedNameValidator < ActiveModel::EachValidator
|
class ReservedNameValidator < ActiveModel::EachValidator
|
||||||
RESERVED_NAMES = %w{
|
RESERVED_NAMES = %w{
|
||||||
about account add admin administrator api autocomplete_group_uname
|
about account add admin administrator api upload uploads autocomplete_group_uname
|
||||||
app apps archive archives auth
|
app apps archive archives auth
|
||||||
blog
|
blog
|
||||||
config connect contact create commit commits
|
config connect contact create commit commits
|
||||||
dashboard delete direct_messages downloads
|
dashboard delete direct_messages download downloads
|
||||||
edit email
|
edit email
|
||||||
faq favorites feed feeds follow followers following
|
faq favorites feed feeds follow followers following
|
||||||
help home
|
help home
|
||||||
|
|
Loading…
Reference in New Issue