support-foo/web

View on GitHub
app/models/tag_event.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TagEvent < ActiveRecord::Base
  belongs_to :conversation

  belongs_to :user
end