Ask A Question

Notifications

You’re not receiving notifications from this thread.

Remove ActiveAdmin automatic link on show view

Colleen Schnettler asked in Gems / Libraries

Anyone know how to remove the default link Active Admin creates in the show view for other resources? In the code below, if discipline is a resource the user can edit and has an ActiveAdmin page, there is a link to the discipline. I want to remove this link.

  show do
    attributes_table do
      row :id
      row :discipline
      row :name
    end
  end
    ```
Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 84,387+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.