1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-11 17:28:29 +02:00
neocities/models/report.rb
2014-06-14 16:15:47 -07:00

4 lines
No EOL
94 B
Ruby

class Report < Sequel::Model
many_to_one :site
many_to_one :reporting_site, class: :Site
end