Skip to content

4.5.0

Compare
Choose a tag to compare
@davidcelis davidcelis released this 05 Dec 18:50
· 84 commits to master since this release

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.