lib/titlezilla/helpers/title.rb in titlezilla-0.1.0 vs lib/titlezilla/helpers/title.rb in titlezilla-0.1.1
- old
+ new
@@ -1,11 +1,11 @@
require 'titlezilla/translator'
module Titlezilla
module Helpers
module Title
- def title
- translator.title
+ def title(override = nil)
+ translator.title(override)
end
def application_title
translator.application_title
end