Skip to content

th1988/kaminari-cells

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaminari::Cells

Use Kaminari in Cells.

Installation

Add this line to your application's Gemfile:

gem 'kaminari-cells'

Usage

To use the wonderful Kaminari gem in your Cells view models, just do

  class CommentsCell < Cell::ViewModel
    include Kaminari::Cells

You can now use #paginate in your cell and it will work.

About

Kaminari pagination in Cells.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.4%
  • HTML 0.6%