mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
7 lines
No EOL
129 B
Ruby
7 lines
No EOL
129 B
Ruby
class Server < Sequel::Model
|
|
one_to_many :sites
|
|
|
|
def self.with_slots_available
|
|
where{slots_available > 0}.first
|
|
end
|
|
end |