Ruby/Rails layouto nurodymas kontroleriui

Iš Wikibooks.
class SomeController < ApplicationController
  layout 'someLayout'
  # code  
end