Add polls plugin
This commit is contained in:
parent
42e0ce86a8
commit
d476993321
29 changed files with 787 additions and 0 deletions
3
plugins/polls/app/models/poll_choice.rb
Normal file
3
plugins/polls/app/models/poll_choice.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class PollChoice < ActiveRecord::Base
|
||||
belongs_to :poll_vote, touch: true
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue