mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Send me no methods
This commit is contained in:
parent
e16111e4b3
commit
e3b261b302
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module Kaminari
|
||||||
extend ActiveSupport::Concern
|
extend ActiveSupport::Concern
|
||||||
|
|
||||||
included do
|
included do
|
||||||
send(:include, Kaminari::ConfigurationMethods)
|
include Kaminari::ConfigurationMethods
|
||||||
|
|
||||||
# Fetch the values at the specified page number
|
# Fetch the values at the specified page number
|
||||||
# Model.page(5)
|
# Model.page(5)
|
||||||
|
|
Loading…
Reference in a new issue