It's very easy to tell Rails to look for a layout in a different location from default, example...
render :layout => '/path/to/layouts/my_layout'
There's one caveat, the word "layouts" must be in the path. This is probably fine for most cases, but I had a special case. After digging through the Rails source I finally found a solution. This method in the Ab...
more
Garbage Burrito!
An online internet web blog by Ben Kittrell
Blog
Putting your layouts in a non "layouts" directory in Rails