mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Change setting when form is enabled [SCI-11455]
This commit is contained in:
parent
882de3b9f0
commit
351f449b9c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Form < ApplicationRecord
|
|||
end
|
||||
|
||||
def self.forms_enabled?
|
||||
false
|
||||
ApplicationSettings.instance.values['forms_enabled'] == true
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue