Module: Titlezilla::Helpers::Title
- Included in:
- Titlezilla::Helpers
- Defined in:
- lib/titlezilla/helpers/title.rb
Instance Method Summary collapse
- #application_title ⇒ Object
- #meta_title ⇒ Object
- #title(override = nil) ⇒ Object
- #title_tag ⇒ Object
Instance Method Details
#application_title ⇒ Object
10 11 12 |
# File 'lib/titlezilla/helpers/title.rb', line 10 def application_title translator.application_title end |
#meta_title ⇒ Object
14 15 16 |
# File 'lib/titlezilla/helpers/title.rb', line 14 def translator. end |
#title(override = nil) ⇒ Object
6 7 8 |
# File 'lib/titlezilla/helpers/title.rb', line 6 def title(override = nil) translator.title(override) end |
#title_tag ⇒ Object
18 19 20 |
# File 'lib/titlezilla/helpers/title.rb', line 18 def title_tag content_tag :title, end |