corysimmons
corysimmons

Reputation: 7675

Remove the primary link tabs from ActiveAdmin

I've managed to get rid of the "Dashboard" link but I can't find how to get rid of the "Admin Users" or "My Model" links. I've Googled and asked around to no avail. Do I just have to hide this stuff with CSS? Seems like a janky solution.

Upvotes: 1

Views: 791

Answers (1)

corysimmons
corysimmons

Reputation: 7675

Nevermind, you can simply add menu false to each resource you don't want to show up: http://www.activeadmin.info/docs/2-resource-customization.html#customize_the_menu

Upvotes: 2

Related Questions