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