Reputation: 169
Can anyone guide me How to add new menu in a admin pannel of refinerycms in ruby on rails application.
I just add one more tab. Is there anyway.? Admin pannel
Upvotes: 2
Views: 219
Reputation: 5414
It's call an Extension
you can create generate a custom Extension
and it will appears as a menu in the admin panel.
Also, when generating an Extension
, make sure you pass the necessary switch, e.g. --i18n
, to avoid manual updating them later.
Upvotes: 0