[#42] add reserved name "none" & fix sorting
This commit is contained in:
parent
33bf06659b
commit
febff6a0b8
|
@ -12,18 +12,17 @@ class ReservedNameValidator < ActiveModel::EachValidator
|
|||
jobs
|
||||
login log-in log_in logout log-out log_out logs
|
||||
map maps
|
||||
new
|
||||
new none
|
||||
oauth oauth_clients openid
|
||||
privacy
|
||||
register remove replies rss root
|
||||
save search sessions settings
|
||||
signup sign-up sign_up signin sign-in sign_in signout sign-out sign_out
|
||||
sitemap ssl subscribe
|
||||
teams terms test trends tree
|
||||
teams terms test tour trends tree
|
||||
unfollow unsubscribe url user
|
||||
widget widgets wiki
|
||||
xfn xmpp
|
||||
tour
|
||||
}
|
||||
|
||||
def reserved_names
|
||||
|
|
Loading…
Reference in New Issue