LoginSignup
3
1

More than 5 years have passed since last update.

will_paginateをArrayで使う方法

Last updated at Posted at 2015-03-21

will_paginateはArrayじゃ使えない。

will_paginate/arrayをインポートしないとダメ!

具体的な方法としては、
config/initializersの下に適当なファイル(今回は、will_paginate_fix.rb)を作って、

will_paginate_fix.rb
require 'will_paginate/array'

を追記すればOK。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1