diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 567e144..0ff819c 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -4,7 +4,7 @@ class MyController < ApplicationController # Show audit logs def logs - @logs = Log.paginate(page: params[:page], per_page: 6) + @logs = Log.paginate(page: params[:page], per_page: 20) render :logs end