mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Rubocop syntax update
This commit is contained in:
parent
1e38c0f7d7
commit
e238760cef
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
if ActiveRecord::Base.connected? && ActiveRecord::Base.connection.table_exists?('settings') # otherwise rake not working 100%
|
||||
# otherwise rake not working 100%
|
||||
if ActiveRecord::Base.connected? && ActiveRecord::Base.connection.table_exists?('settings')
|
||||
Setting.disclosure_name = true if Setting.disclosure_name.nil?
|
||||
Setting.disclosure_name = true if Setting.disclosure_name.nil?
|
||||
Setting.disclosure_org_name = true if Setting.disclosure_org_name.nil?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue