FrankYan93/nanotwitter

View on GitHub
models/reply.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Reply < ActiveRecord::Base
    belongs_to :user
    belongs_to :tweet
    belongs_to :reply
end