Title

Translations for <title>s!

Usage

Add to your translations:

en:
  titles:
    application: AppName
    dashboards:
      show: Dashboard
    users:
      show: '%{user}'
      new: Registration

And to your HTML:

<title><%= title %></title>

And to your User model:

def to_s
  name
end