neocities/models/comment.rb
2014-04-16 15:16:36 -07:00

3 lines
No EOL
54 B
Ruby

class Comment < Sequel::Model
many_to_one :event
end