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
The api/v0/plans API endpoint returns a 500 error. The error message reports an undefined method paginate in apps/controllers/api/v0/plans_controller.rb at line 125.
Include the Paginable controller
Set the @args hash with the per_page and page attributes
Call the Paginable scope's refine_query method instead of paginate