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
The text was updated successfully, but these errors were encountered:
The
api/v0/plans
API endpoint returns a 500 error. The error message reports an undefined methodpaginate
inapps/controllers/api/v0/plans_controller.rb
at line 125.@args
hash with theper_page
andpage
attributesrefine_query
method instead ofpaginate
The text was updated successfully, but these errors were encountered: