mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
5 lines
121 B
Ruby
5 lines
121 B
Ruby
class Follow < Sequel::Model
|
|
many_to_one :site
|
|
many_to_one :actioning_site, :class => :Site
|
|
one_to_one :event
|
|
end
|