notification.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
- class Notification < ActiveRecord::Base
- belongs_to :notify_content, :class_name => 'Content', :foreign_key => 'content_id'
- belongs_to :notify_user, :class_name => 'User', :foreign_key => 'user_id'
- end