I am using Rails_admin gem for administration area of a rails website. Now I want to add two new sections on admin area, "Preferences" & "Reports".
Preferences section will contain a form to set various preferences.
Reports section will be a bit complex.
I checked the documentation for custom actions, and a tutorial.
Rails admin wiki tutorial Another Tutorial
I could get a menu item with these tutorials, but they are focusing on member/collection actions. I need an example of a root action, possibly with a form, with custom controller to handle form submissions.
Could you possibly direct me to some Github projects where custom controllers are used to handle the root actions (I would say sections)?