Different <title> per action, when using layouts?

I'm using this:

<title>Default Prefix - <%= $title || controller.action_name %></title>

if you want to change the title for some controller just overwrite $title for this controller e.g. in the initialize method

Daniel