https://github.com/kaminari/kaminari-mongo_mapper
Kaminari MongoMapper adapter
https://github.com/kaminari/kaminari-mongo_mapper
Last synced: about 2 months ago
JSON representation
Kaminari MongoMapper adapter
- Host: GitHub
- URL: https://github.com/kaminari/kaminari-mongo_mapper
- Owner: kaminari
- License: mit
- Created: 2016-04-13T15:55:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T03:37:36.000Z (over 4 years ago)
- Last Synced: 2025-03-26T07:42:57.573Z (7 months ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Kaminari::MongoMapper
Kaminari MongoMapper adapter.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'kaminari-mongo_mapper'
```And bundle.
## Supported versions
* MongoMapper 0.9+
## Usage
See [Kaminari README](https://github.com/kaminari/kaminari/blob/master/README.md).
## Contributing
Pull requests are welcome on GitHub at https://github.com/kaminari/kaminari-mongo_mapper
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).