Skip to content

Commit 7cb3e23

Browse files
committed
Adding back prepended colons
Don't seem to be needed but don't want to introduce that change.
1 parent 02d30b3 commit 7cb3e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/db_manager/workspace.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def workspace=(workspace)
3030

3131
def workspaces
3232
::ActiveRecord::Base.connection_pool.with_connection {
33-
Mdm::Workspace.order('updated_at asc').all
33+
::Mdm::Workspace.order('updated_at asc').all
3434
}
3535
end
3636
end

0 commit comments

Comments
 (0)