LoginSignup
6
6

More than 5 years have passed since last update.

rails_adminを使っていて、undefined method `per' for #<ActiveRecord::...>とエラーが出たら

Last updated at Posted at 2014-09-29

kaminariとwill_paginateが競合している可能性がある。

config/initializers下にkaminari.rbを作成して

Kaminari.configure do |config|
config.page_method_name = :per_page_kaminari
end

以上のコードを追加して、アプリを起動しなおせばよい

参照元
https://github.com/sferik/rails_admin/wiki/Troubleshoot

6
6
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
6
6