Commit 59f81399 authored by Rubén Dávila's avatar Rubén Dávila

Remove unused association

parent 866ef2bb
......@@ -8,7 +8,6 @@ class GpgKey < ActiveRecord::Base
sha_attribute :fingerprint
belongs_to :user
belongs_to :parent, class_name: 'GpgKey'
has_many :gpg_signatures
has_many :subkeys, class_name: 'GpgKeySubkey'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment