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

Version Path
typo-5.5 app/models/notification.rb
typo-5.4.4 app/models/notification.rb
typo-5.4.3 app/models/notification.rb
typo-5.4.2 app/models/notification.rb
typo-5.4.1 app/models/notification.rb
typo-5.4 app/models/notification.rb
typo-4.1.1 app/models/notification.rb
typo-5.0.2 app/models/notification.rb
typo-4.1 app/models/notification.rb
typo-5.0.1 app/models/notification.rb
typo-5.0.3.98.1 app/models/notification.rb
typo-5.0 app/models/notification.rb
typo-5.0.3.98 app/models/notification.rb
typo-5.1.1 app/models/notification.rb
typo-5.1.2 app/models/notification.rb
typo-5.1.3 app/models/notification.rb
typo-5.1 app/models/notification.rb
typo-5.1.98 app/models/notification.rb
typo-5.2 app/models/notification.rb
typo-5.2.98 app/models/notification.rb