notebook/app/models/vote.rb
Andrew Brown 1a666a9654 oops
2018-07-05 01:19:03 -05:00

5 lines
76 B
Ruby

class Vote < ApplicationRecord
belongs_to :user
belongs_to :votable
end