mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 09:11:28 +02:00
Finish creation and signin flow
This commit is contained in:
parent
4ddd244588
commit
0aaf894fa3
13 changed files with 182 additions and 43 deletions
3
models/tag.rb
Normal file
3
models/tag.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Tag < Sequel::Model
|
||||
many_to_many :sites
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue