1
0
Fork 0
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:
Akira Matsuda 2016-10-12 10:37:20 +09:00
parent e16111e4b3
commit e3b261b302

View file

@ -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)