comment liking

This commit is contained in:
Kyle Drake 2014-05-05 11:58:11 -07:00
parent 8210670122
commit 51a85a0b03
9 changed files with 125 additions and 29 deletions

4
models/comment_like.rb Normal file
View file

@ -0,0 +1,4 @@
class CommentLike < Sequel::Model
many_to_one :comment
many_to_one :actioning_site, class: :Site
end