Merge pull request #358 from zwagoth/approve-bur-cyclic-implication

[BUR] Fix approving inverse implications when inverse is rejected
This commit is contained in:
Zwagoth 2021-11-29 20:51:56 -05:00 committed by GitHub
commit 3d5f8bf490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ class TagImplication < TagRelationship
extend Memoist
def parents
self.class.where("consequent_name = ?", antecedent_name)
self.class.duplicate_relevant.where("consequent_name = ?", antecedent_name)
end
memoize :parents
end