diaspora/app/models/poll_participation_signature.rb
2017-08-12 15:39:20 +02:00

6 lines
165 B
Ruby

class PollParticipationSignature < ApplicationRecord
include Diaspora::Signature
self.primary_key = :poll_participation_id
belongs_to :poll_participation
end