1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-09 08:18:31 +02:00
neocities/models/tip.rb
2014-04-16 15:16:36 -07:00

4 lines
No EOL
93 B
Ruby

class Tip < Sequel::Model
many_to_one :site
many_to_one :actioning_site, class: :Site
end