Skip to content

Commit e60f750

Browse files
committed
up the total amount
1 parent 176ecbf commit e60f750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/admin/trust_level_audit_logs_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Admin::TrustLevelAuditLogsController < Admin::BaseController
44
def index
55
@audit_logs = TrustLevelAuditLog.includes(:user, :changed_by)
66
.recent
7-
.limit(100) # if there are more actions, fuck off man
7+
.limit(250) # if there are more actions, fuck off man
88

99
if params[:user_id].present?
1010
user = User.find_by(id: params[:user_id])

0 commit comments

Comments
 (0)