Improved error handling.
This commit is contained in:
parent
17e3ecde92
commit
dcf78780da
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ if ActiveRecord::Base.connection.tables.include?('settings')
|
|||
if Setting.columns_hash.key?('state_current') # TODO: remove me later
|
||||
models_current = Models.searchable.map(&:to_s)
|
||||
models_config = Setting.get('models_searchable')
|
||||
if models_config && models_current != models_config
|
||||
if models_current != models_config
|
||||
Setting.set('models_searchable', models_current)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue