How to change Active Admin default for records per page (pagination)
Add the following to initializers/active_admin.rb:
config.default_per_page = 50Posting it here because I couldn’t find this information in documentation, or elsewhere.
Add the following to initializers/active_admin.rb:
config.default_per_page = 50Posting it here because I couldn’t find this information in documentation, or elsewhere.