mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
blocking, tag fixes
This commit is contained in:
parent
e546b22797
commit
447f654435
5 changed files with 125 additions and 13 deletions
|
@ -1,4 +1,6 @@
|
|||
class Tag < Sequel::Model
|
||||
NAME_LENGTH_MAX = 25
|
||||
NAME_WORDS_MAX = 2
|
||||
many_to_many :sites
|
||||
|
||||
def before_create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue