Can I enable/disable the alerts only for some paths/controllers ?
I got a lot of alerts on activeadmin and I cannot change that code.
For example I get one for the column :user_type line:
app/admin/admin_users.rb
index do
column :email
column :first_name
column :last_name
column :user_type
default_actions
end
Can I enable/disable the alerts only for some paths/controllers ?
I got a lot of alerts on activeadmin and I cannot change that code.
For example I get one for the
column :user_type
line: