default layout for a controller
In your controller add the name of the .rhtml file in <project>/apps/layouts/ that you want to use, without the suffix (.rhtml).
When rails spits out your view, it will use this given layout as the container for your rendered action.
layout "<layout_name>"