Fix strange bug in DirectDebitDetail

This commit is contained in:
Eric Schultz 2020-04-23 13:21:14 -05:00
parent abbfae739c
commit 6ed0463867

View file

@ -10,5 +10,5 @@ class DirectDebitDetail < ApplicationRecord
has_many :donations
has_many :charges
belongs_to :holder, class_name: Supporter.class_name
belongs_to :holder, class_name: 'Supporter'
end