joannangx/visionaria_app

View on GitHub
app/models/taggedcomment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Taggedcomment < ActiveRecord::Base
  belongs_to :taggedpost
  belongs_to :user
end