mirror of
https://github.com/neocities/neocities.git
synced 2025-06-29 07:33:26 +02:00
comment liking
This commit is contained in:
parent
8210670122
commit
51a85a0b03
9 changed files with 125 additions and 29 deletions
4
models/comment_like.rb
Normal file
4
models/comment_like.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class CommentLike < Sequel::Model
|
||||
many_to_one :comment
|
||||
many_to_one :actioning_site, class: :Site
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue