indentlabs/notebook

View on GitHub
app/models/voting/vote.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Vote < ApplicationRecord
  belongs_to :user
  belongs_to :votable
end