Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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)?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.