I have a model names goods
that can have assets
. The assets can be accessed via the sidebar:
For reasons I do not know does the menu change, when i enter the assets section:
I want the menu to be the same, no matter where the user is. It's my navigation bar.
Is this a bug or a feature? Can I change the behaviour?
The solution to this I found was simple and was actually documented in the official documentation. All you need to do is to add navigagion_menu :default
to your resource.
Like so
ActiveAdmin.register Asset do
menu false
belongs_to :good
navigation_menu :default
end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With