Ruby/Rails layouto nurodymas kontroleriui

class SomeController < ApplicationController
  layout 'someLayout'
  # code  
end