FrankYan93/nanotwitter

View on GitHub
models/notification.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Notification < ActiveRecord::Base
    belongs_to :user
    belongs_to :like
    belongs_to :reply
    belongs_to :followerfollowing
end