mirror of
https://github.com/neocities/neocities.git
synced 2025-06-29 07:33:26 +02:00
implement site reporting
This commit is contained in:
parent
5edeba9495
commit
e546b22797
5 changed files with 84 additions and 3 deletions
4
models/report.rb
Normal file
4
models/report.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class Report < Sequel::Model
|
||||
many_to_one :site
|
||||
many_to_one :reporting_site, class: :Site
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue