Adds ActiveGraph support to kaminari.
Add this line to your application's Gemfile:
gem 'kaminari-activegraph'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kaminari-activegraph
MyModel.page(4).per(10)
- Fork it ( https://github.com/[my-github-username]/kaminari-activegraph/fork )
- Install the development dependencies (
bundle install
) - Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Run the test suite (
bundle exec rspec
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request