diaspora/app/models/poll_participation_signature.rb
2017-09-17 19:29:15 +02:00

8 lines
196 B
Ruby

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