fixed federation bug due to roxml missing underscore
This commit is contained in:
parent
9c24365fde
commit
7dcf11e629
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ class PollParticipation < ActiveRecord::Base
|
|||
belongs_to :author, :class_name => 'Person', :foreign_key => :author_id
|
||||
xml_attr :diaspora_handle
|
||||
xml_attr :poll_answer_guid
|
||||
xml_convention :underscore
|
||||
validate :not_already_participated
|
||||
|
||||
after_commit :update_vote_counter, :on => :create
|
||||
|
|
|
|||
Loading…
Reference in a new issue