4.5.0
Add support for Rails 5.
NOTE: The Rails::Pagination
module will no longer be mixed into ActionController::Base
if ActionController::API
is also defined. If for any reason your API controllers cannot easily changed be changed to inherit from ActionController::API
instead, you can manually include Rails::Pagination
in your API's ApplicationController
.