Adding back prepended colons
Don't seem to be needed but don't want to introduce that change.bug/bundler_fix
parent
02d30b3d44
commit
7cb3e236fb
|
@ -30,7 +30,7 @@ module Msf::DBManager::Workspace
|
|||
|
||||
def workspaces
|
||||
::ActiveRecord::Base.connection_pool.with_connection {
|
||||
Mdm::Workspace.order('updated_at asc').all
|
||||
::Mdm::Workspace.order('updated_at asc').all
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue