Change setting when form is enabled [SCI-11455]

This commit is contained in:
Andrej 2025-01-15 11:09:55 +01:00
parent 882de3b9f0
commit 351f449b9c

View file

@ -66,7 +66,7 @@ class Form < ApplicationRecord
end
def self.forms_enabled?
false
ApplicationSettings.instance.values['forms_enabled'] == true
end
private