Adding back prepended colons

Don't seem to be needed but don't want to introduce that change.
This commit is contained in:
Samuel Huckins 2015-03-05 14:06:50 -06:00
parent 02d30b3d44
commit 7cb3e236fb
No known key found for this signature in database
GPG Key ID: 5FD48AA28C03C944
1 changed files with 1 additions and 1 deletions

View File

@ -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