Skip to content

Commit

Permalink
Update subscribers_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbradford committed May 23, 2024
1 parent 166baaf commit d61a694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/subscribers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def admin
@stale
else
@all
end.paginate(page: params[:page], per_page: 50)
end.paginate(page: params[:page], per_page: 500)
end

def export
Expand Down

0 comments on commit d61a694

Please sign in to comment.