diff options
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/domain_policy_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/domain_policy_controller.rb b/app/controllers/domain_policy_controller.rb index 4bb0bf6bd..f438eff32 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.reorder('updated_at DESC') + @domain_policies = DomainBlock.all.reorder('updated_at DESC').page(params[:page]) end private |