1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/kaminari-core
Akira Matsuda c5aca2f5a2 total_count for a loaded Relation that has no @_per can also be calculable using default_per_page
Default per_page for a loaded Relation that has no @_per is `default_per_page`
2017-01-05 01:20:34 +09:00
..
app/views/kaminari
config/locales
lib
test
kaminari-core.gemspec
MIT-LICENSE
README.md

Kaminari::Core

Kaminari core libraries.

Installation

Add this line to your application's Gemfile:

gem 'kaminari-core'

And bundle.

Usage

This gem is basically an internal gem that will be automatically bundled from kaminari gem or kaminari adapter gems.

See Kaminari README for the documentation.

Contributing

Pull requests are welcome on GitHub at https://github.com/amatsuda/kaminari.

License

The gem is available as open source under the terms of the MIT License.