1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-10 00:38:35 +02:00
neocities/models/comment_like.rb
2014-05-05 11:58:11 -07:00

4 lines
105 B
Ruby

class CommentLike < Sequel::Model
many_to_one :comment
many_to_one :actioning_site, class: :Site
end