FrankYan93/nanotwitter

View on GitHub
models/tweethashtag.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Tweethashtag < ActiveRecord::Base
    belongs_to :tweet
    belongs_to :hashtag
end