Sha256: 5e125acb2043e279e088b6c20d6063c8185319086f748b12f6837d11ed6cbd7a
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
# Title Translations for \<title\>s! ## Usage Add to your translations: ```yaml en: titles: application: AppName dashboards: show: Dashboard users: show: '%{user}' new: Registration ``` And to your HTML: ```erb <title><%= title %></title> ``` And to your `User` model: ```ruby def to_s name end ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
title-0.0.2 | README.md |