notification.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. class Notification < ActiveRecord::Base
  2.   belongs_to :notify_content, :class_name => 'Content', :foreign_key => 'content_id'
  3.   belongs_to :notify_user, :class_name => 'User', :foreign_key => 'user_id'
  4. end