Hy,
I\'m wondering what\'s the best way to create an Admin (backend) section in a Grails app ?
I want to create an \"Admin\" folder in the \"controllers\" f
You could create your admin controllers like any other controller and use a filter to make sure only logged in users with admin privilages can access them.