Brian
unread,Dec 26, 2011, 12:46:05 PM12/26/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails_admin
I'm a big fan of "rails_admin" in many ways, so thank you to the
authors/community.
I have run into a bit of a snag though and after looking around the
forums I have not been able to find an answer. Hoping the group can
help.
I need a way to insert additional links to the main rails_admin
Navigation. Not everything involved in administering a site fits into
the bucket of CRUD operations on a model, and I'd like to be able to
expose those additional things (custom reports, etc) to my clients
through their main admin tool (rails_admin). I could build a separate
section of the site, with its own login, but that's dirty.
As a potential work-around (though I'd still vastly prefer what I just
described) I may be able to get by with adding a custom action to some
of my CRUD models.
I haven't been able to find out how to do either though. Does anyone
know?