FrankYan93/nanotwitter

View on GitHub
models/followerfollowing.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Followerfollowing < ActiveRecord::Base
  include ActiveRecord::Calculations

    belongs_to :user
    belongs_to :followed_user, class_name: 'User'
end