mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
📝 README
This commit is contained in:
parent
e765feabf8
commit
be515192f6
3 changed files with 10 additions and 1 deletions
|
@ -18,6 +18,10 @@ And bundle.
|
|||
|
||||
This gem is basically an internal gem that will be automatically bundled from kaminari gem.
|
||||
|
||||
Or if you're using web frameworks other than Rails + Action View, you might need to explicitly bundle this gem.
|
||||
|
||||
See [Kaminari README (Other Framework/Library Support)](https://github.com/amatsuda/kaminari/blob/master/README.md#other-frameworklibrary-support) for details.
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
@ -18,6 +18,9 @@ And bundle.
|
|||
|
||||
This gem is basically an internal gem that will be automatically bundled from kaminari gem.
|
||||
|
||||
Or if you're using ORMs other than Active Record, you might need to explicitly bundle this gem.
|
||||
|
||||
See [Kaminari README (Other Framework/Library Support)](https://github.com/amatsuda/kaminari/blob/master/README.md#other-frameworklibrary-support) for details.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
@ -16,7 +16,9 @@ And bundle.
|
|||
|
||||
## Usage
|
||||
|
||||
This gem is basically an internal gem that will be automatically bundled from kaminari gem.
|
||||
This gem is basically an internal gem that will be automatically bundled from kaminari gem or kaminari adapter gems.
|
||||
|
||||
See [Kaminari README](https://github.com/amatsuda/kaminari/blob/master/README.md) for the documentation.
|
||||
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Reference in a new issue