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