I am using stable release 0.6.0 Active Admin and rails 3.2.17 . I try to run batch actions, but I get this error generally when using the active admin:
Uncaught ReferenceError: options is not defined active_admin.js:407 Uncaught ReferenceError: options is not defined
Thus, the dropout of batch actions will be disabled.
My active_admin.js file looks like this:
//= require active_admin/base
If anyone knows why this does not work, I am really grateful!
source share