Answer the question
In order to leave comments, you need to log in
How to make a name clickable in Active Admin?
I am newbie.
Using Active Admin, how can I make sure that when clicking on a specific name, the same page opens as when clicking on the 'View' item?
Answer the question
In order to leave comments, you need to log in
Where the index action is described, you make a custom column
index do
selectable_column
column :id
column :email
column :name do |user|
link_to user.name, admin_admin_user_path(user.id)
end
end
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question