foodsoft/plugins/polls/app/models/poll_choice.rb
Patrick Gansterer d476993321 Add polls plugin
2020-02-24 14:27:22 +01:00

3 lines
79 B
Ruby

class PollChoice < ActiveRecord::Base
belongs_to :poll_vote, touch: true
end