Send me no methods

This commit is contained in:
Akira Matsuda 2016-10-12 10:37:20 +09:00
parent e16111e4b3
commit e3b261b302
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module Kaminari
extend ActiveSupport::Concern
included do
send(:include, Kaminari::ConfigurationMethods)
include Kaminari::ConfigurationMethods
# Fetch the values at the specified page number
# Model.page(5)