mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
3 lines
68 B
Ruby
3 lines
68 B
Ruby
class SiteChangeFile < Sequel::Model
|
|
many_to_one :site_change
|
|
end
|