RailsCasts Pro episodes are now free!

Learn more or hide this

razvan-pavel's Profile

GitHub User: razvan-pavel

Comments by

Avatar

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