notebook/app/models/voting/raffle_entry.rb
2019-03-01 16:42:27 -06:00

4 lines
61 B
Ruby

class RaffleEntry < ApplicationRecord
belongs_to :user
end