LoginSignup
0
0

More than 3 years have passed since last update.

Couldn't find ModelName with 'id'=batch_action

Posted at

Rails 4.2.0
activeadmin (1.0.0.pre1)

active_adminで
タイトルのようなエラーが出ました。

解決方法

app/admin/model_name.rb
ActiveAdmin.register ModelName do
  #これをかく
  config.batch_actions = false
end
0
0
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
0
0