Different <title> per action, when using layouts?

Ben Winekur <rails-mailing-list@...> writes:

All I can think of is defining a <at> title variable for every controller method -- and it seems redundant. What's the best way to go about this?

Well, at the end of the day you're going to need *something* which is different for every title you want to have, so I would think that per-method would be ideal