Revert "test failure reason"

This reverts commit 254cb5d11d.
This commit is contained in:
Martin Edenhofer 2015-12-03 23:16:04 +01:00
parent 0086a29c62
commit d0964b7960

View file

@ -1,11 +1,11 @@
# update settings for searchable models # update settings for searchable models
#if ActiveRecord::Base.connection.tables.include?('settings') if ActiveRecord::Base.connection.tables.include?('settings')
# if Setting.columns_hash.key?('state_current') # TODO: remove me later if Setting.columns_hash.key?('state_current') # TODO: remove me later
# models_current = Models.searchable.map(&:to_s) models_current = Models.searchable.map(&:to_s)
# models_config = Setting.get('models_searchable') models_config = Setting.get('models_searchable')
# setting = Setting.find_by(name: 'models_searchable') setting = Setting.find_by(name: 'models_searchable')
# if setting && models_current != models_config if setting && models_current != models_config
# Setting.set('models_searchable', models_current) Setting.set('models_searchable', models_current)
# end end
# end end
#end end