elanalynn/book-club

View on GitHub
app/models/note.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Note < ApplicationRecord
  belongs_to :user
  belongs_to :topic
end