foodsoft/plugins/polls/app/models/poll_choice.rb

4 lines
79 B
Ruby
Raw Permalink Normal View History

2017-11-05 22:16:32 +01:00
class PollChoice < ActiveRecord::Base
belongs_to :poll_vote, touch: true
end