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

9 lines
No EOL
179 B
Ruby

class Event < Sequel::Model
many_to_one :site
many_to_one :follow
many_to_one :tip
many_to_one :tag
many_to_one :changes
one_to_many :likes
one_to_many :comments
end