mirror of
https://github.com/neocities/neocities.git
synced 2025-05-15 00:47:16 +02:00
one word tags, fix captcha two word mention
This commit is contained in:
parent
9cedbd086d
commit
ba840423a6
5 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
class Tag < Sequel::Model
|
||||
NAME_LENGTH_MAX = 20
|
||||
NAME_WORDS_MAX = 2
|
||||
NAME_WORDS_MAX = 1
|
||||
many_to_many :sites
|
||||
|
||||
def before_create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue