Sha256: 7d0a593700f75e35ab7e78be6c2bd5fa993c3401740d1150d63a81237e765385

Contents?: true

Size: 719 Bytes

Versions: 1

Compression:

Stored size: 719 Bytes

Contents

# ActiveAdminPagination

Provides a pagination 'per page' interface for ActiveAdmin. It renders a sidebar section with a numeric select and modifies the Controller to use that 'per page' value.

## Installation

Add this line to your application's Gemfile:

    gem 'active_admin_pagination'

And then execute:

    $ bundle

## Usage

    ActiveAdmin.register Post do
      pagination [10, 50, 100], 50
    end

## Contributing

1. Fork it ( https://github.com/timoschilling/active_admin_pagination/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_admin_pagination-0.2.0 README.md