mirror of
https://github.com/internetee/registry.git
synced 2025-07-14 15:05:19 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
fce0932afd
4 changed files with 64 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
if ActiveRecord::Base.connection.table_exists? 'settings' # otherwise rake not working 100%
|
||||
if ActiveRecord::Base.connected? && ActiveRecord::Base.connection.table_exists?('settings') # otherwise rake not working 100%
|
||||
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