I want to use gem best_in_place in active_admin for in-place editing. However, whenever I press Enter, it seems that active_admin captures that events and directs to XXXController's batch_action method. which is not found...
However, if after editing. I click a blank area..the best_in_place works and the database is updated...
So..how to fix it?
A bit late but for everyone who comes here via Google:
ActiveAdmin.register Product do
config.batch_actions = false
...
end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With