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