https://github.com/cbeer/kaminari_route_prefix
https://github.com/cbeer/kaminari_route_prefix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbeer/kaminari_route_prefix
- Owner: cbeer
- License: mit
- Created: 2016-03-09T15:01:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T14:12:45.000Z (over 8 years ago)
- Last Synced: 2025-04-13T13:39:44.624Z (2 months ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KaminariRoutePrefix
This gem monkey-patches your kaminari to support rails engine routes. This monkey patch is required until https://github.com/amatsuda/kaminari/pull/636 is merged into Kaminari.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'kaminari_route_prefix'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install kaminari_route_prefix
## Usage
Use as you would use kaminari
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/cbeer/kaminari_route_prefix.