mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
9 lines
No EOL
179 B
Ruby
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 |