1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-11 09:18:30 +02:00
neocities/models/like.rb
2014-05-02 01:46:18 -07:00

4 lines
No EOL
95 B
Ruby

class Like < Sequel::Model
many_to_one :event
many_to_one :actioning_site, class: :Site
end