lenawu/mak-169

View on GitHub
app/models/message.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Message < ActiveRecord::Base
    belongs_to :user
    belongs_to :forum
    has_many :comments
end