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

8 lines
164 B
Ruby

# frozen_string_literal: true
class CommentSignature < ApplicationRecord
include Diaspora::Signature
self.primary_key = :comment_id
belongs_to :comment
end