schneidmaster/rspec-blog-example

View on GitHub
app/models/comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Comment < ActiveRecord::Base
  belongs_to :article
  belongs_to :user
end