mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
3 lines
55 B
Ruby
3 lines
55 B
Ruby
class StatPath < Sequel::Model
|
|
many_to_one :stat
|
|
end
|