2016-06-30 02:57:23 -04:00
|
|
|
# Kaminari::Actionview
|
|
|
|
|
2016-06-30 04:49:49 -04:00
|
|
|
Kaminari Action View adapter.
|
2016-06-30 02:57:23 -04:00
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Add this line to your application's Gemfile:
|
|
|
|
|
|
|
|
```ruby
|
|
|
|
gem 'kaminari-actionview'
|
|
|
|
```
|
|
|
|
|
2016-06-30 04:49:49 -04:00
|
|
|
And bundle.
|
2016-06-30 02:57:23 -04:00
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2016-06-30 04:49:49 -04:00
|
|
|
This gem is basically an internal gem that will be automatically bundled from kaminari gem.
|
2016-06-30 02:57:23 -04:00
|
|
|
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
2016-06-30 04:49:49 -04:00
|
|
|
Pull requests are welcome on GitHub at https://github.com/amatsuda/kaminari.
|
2016-06-30 02:57:23 -04:00
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|