bypass layouts/application ? (blank view)
hi,
I'm trying to setup an admin part of the site. I used Admin::mycontroller to generate the controller and subfolder to keep admin files together.
So I have
app/controllers/admin/my_controller.rb
app/views/admin/my_controller.rhtml
The admin part uses the same model objects, in fact I just move the create/update/delete parts but I get a blank page.
The log reports "Rendering within layouts/application" but I don't want to use it, is there a simple way to bypass this? (layouts/application seems to refer to the whole site)
thanks