about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/domain_policy_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/domain_policy_controller.rb b/app/controllers/domain_policy_controller.rb
index 28e676f5e..4bb0bf6bd 100644
--- a/app/controllers/domain_policy_controller.rb
+++ b/app/controllers/domain_policy_controller.rb
@@ -10,7 +10,7 @@ class DomainPolicyController < ApplicationController
 
   def show
     @hide_navbar = true
-    @domain_policies = DomainBlock.all
+    @domain_policies = DomainBlock.all.reorder('updated_at DESC')
   end
 
   private