Admin pages and site pages

very basic question, but i couldn’t understand how to do it in rails:

i want to code a website and its administration interface in RoR.
how do i create a controller in admin subfolder? Can these controller
share actions from its parent folder?

Alp Guneysel wrote:

very basic question, but i couldn’t understand how to do it in rails:

i want to code a website and its administration interface in RoR.
how do i create a controller in admin subfolder? Can these controller
share actions from its parent folder?

You should have a look to the DEPOT application in the Heinemeier
Book:“Agile Web D. with Rails”.

They have an app with a store part and the administration part, perhaps
it will help you.