TheXienator/Congregation-Bnai-Emunah

View on GitHub
app/models/comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Comment < ActiveRecord::Base
  validates :content, :presence => true
  belongs_to :family
  belongs_to :user
end