3 lines
87 B
3 lines
87 B
6 years ago
|
class ActivityNotify < ActiveRecord::Base
|
||
|
belongs_to :activity, polymorphic: true
|
||
|
end
|