I started using rails_admin engine lately and can\'t quite figure out how I can add my own pages to it. My requirement exactly is that I have a controller and view that fetc
If you want to display this as a tab, take a look at RailsAdmin's new custom actions.
I just gave some examples and links in my answer to this question.
If you don't want to add this functionality as a custom action, you can:
However, I'd recommend the custom action approach because it does not require you to keep your copied RailsAdmin view updated.