Module: Zobi::Paginated

Defined in:
lib/zobi/paginated.rb

Overview

This module helps you to paginate your collection using kaminari

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
# File 'lib/zobi/paginated.rb', line 8

def self.included base
  base.send :responders, 'zobi/responders/pagination'
end