I have just started to develop a plugin for redmine 3. And, I'd like to hide some menu items from the top_menu or the project menu. I know I can use the delete_menu_item helper. But I don't know the names of the menu items.
Is there a way to get the names of the menu items, maybe through "rails console" or something?
Thanks.