femslash-city/models/comment_like.rb

5 lines
105 B
Ruby
Raw Normal View History

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