mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 08:42:00 +02:00
add social schema, associations
This commit is contained in:
parent
c0b362ea43
commit
cff94803a9
10 changed files with 139 additions and 0 deletions
4
models/block.rb
Normal file
4
models/block.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class Block < Sequel::Model
|
||||
many_to_one :site
|
||||
many_to_one :actioning_site, class: :Block
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue