geared_pagination icon indicating copy to clipboard operation
geared_pagination copied to clipboard

API-only applications

Open rbague opened this issue 2 years ago • 1 comments

Right now, this gem can only be used out of the box in full applications. In order to use it in API-only applications (or in API controllers), GearedPagination::Controller needs to be included manually inside the controller, or an initializer. This PR fixes it by including it manually to both ActionController::Base and ActionController::API in the engine initialization process.

rbague avatar Oct 21 '22 10:10 rbague

:+1:

kjakub avatar Feb 28 '23 09:02 kjakub