Oleg
Results
1
issues of
Oleg
The issue: I have Rails 4.x, AA 1.0.0pre1, activeadmin_addons-1.6.0, and the following AA setup: ```ruby ActiveAdmin.register Ddm::BlockProxy do actions :index, :show, :edit, :update permit_params [:is_blocked] index do id_column toggle_bool_column :is_blocked...
bug