4 lines
102 B
4 lines
102 B
6 years ago
|
class Watcher < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :watchable, polymorphic: true
|
||
|
end
|