neocities/models/comment.rb
2014-05-01 19:20:34 -07:00

4 lines
No EOL
98 B
Ruby

class Comment < Sequel::Model
many_to_one :event
many_to_one :actioning_site, class: :Site
end