Skip to content

Commit

Permalink
Changes workspace cmd ordering to updated_at asc
Browse files Browse the repository at this point in the history
  • Loading branch information
shuckins-r7 committed Mar 5, 2015
1 parent 84df403 commit 02d30b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/db_manager/workspace.rb
Expand Up @@ -30,7 +30,7 @@ def workspace=(workspace)

def workspaces
::ActiveRecord::Base.connection_pool.with_connection {
::Mdm::Workspace.all
Mdm::Workspace.order('updated_at asc').all
}
end
end

0 comments on commit 02d30b3

Please sign in to comment.