fix(constants): explicit require for constants
This commit is contained in:
parent
812d546080
commit
4992253540
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||||
|
require_dependency 'lib/timespan'
|
||||||
|
|
||||||
class RecurringDonation < ApplicationRecord
|
class RecurringDonation < ApplicationRecord
|
||||||
|
|
||||||
#TODO:
|
#TODO:
|
||||||
|
|
Loading…
Reference in a new issue