-
Only create the defaults ApplicationSetting when DB is fully migrated · 869b4d7cRémy Coutable authored
Return a fake application settings OpenStruct when this is not the case. Also, use ActiveRecord::Base.connection_pool.active_connection? instead of ActiveRecord::Base.connection.active? to avoid driver exception.
869b4d7c
×