Sha256: 0d26d7cb9c7483d809b71f1928a7b7ee864e93ef386c534ed5b96f9e0c5f7e6f
Contents?: true
Size: 205 Bytes
Versions: 21
Compression:
Stored size: 205 Bytes
Contents
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
Version data entries
21 entries across 21 versions & 1 rubygems