more work on comments for events

This commit is contained in:
Kyle Drake 2014-05-01 19:20:34 -07:00
parent eba4a6e3f5
commit b96730b83f
17 changed files with 2298 additions and 43 deletions

View file

@ -1,3 +1,4 @@
class Comment < Sequel::Model
many_to_one :event
many_to_one :actioning_site, class: :Site
end