app/models/notification_target.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NotificationTarget < ActiveRecord::Base
  belongs_to :user
  belongs_to :notification
end