5 lines
105 B
Ruby
5 lines
105 B
Ruby
|
|
class CommentLike < Sequel::Model
|
||
|
|
many_to_one :comment
|
||
|
|
many_to_one :actioning_site, class: :Site
|
||
|
|
end
|