You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request activeadmin#751 from DMajrekar/active_admin
---
Setting a custom @per_page through a before_filter fetches the correct number of records but the text in the pagination is incorrect.
Using collection.size rather than active_admin_application.default_per_page yields the correct text.
0 commit comments