3 lines
79 B
Ruby
3 lines
79 B
Ruby
class PollChoice < ActiveRecord::Base
|
|
belongs_to :poll_vote, touch: true
|
|
end
|