Fix strange bug in DirectDebitDetail
This commit is contained in:
parent
abbfae739c
commit
6ed0463867
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ class DirectDebitDetail < ApplicationRecord
|
||||||
|
|
||||||
has_many :donations
|
has_many :donations
|
||||||
has_many :charges
|
has_many :charges
|
||||||
belongs_to :holder, class_name: Supporter.class_name
|
belongs_to :holder, class_name: 'Supporter'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue