Rails 3 Namedspace Controller Scaffold with a Simple Model

Hi there,

i'm trying to create a namedspace controller with scaffold, but I don't want my model to be under the namespace. Is there any way to do it?

rails g scaffold admin/user

Thanks in advance, David Sousa