Class Index [+]

Quicksearch

AbstractController::Translation

Public Instance Methods

l(*args) click to toggle source
Alias for: localize
localize(*args) click to toggle source
    # File lib/abstract_controller/translation.rb, line 8
 8:     def localize(*args)
 9:       I18n.localize(*args)
10:     end
Also aliased as: l
t(*args) click to toggle source
Alias for: translate
translate(*args) click to toggle source
   # File lib/abstract_controller/translation.rb, line 3
3:     def translate(*args)
4:       I18n.translate(*args)
5:     end
Also aliased as: t

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.