Flowdock
localize(*args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/abstract_controller/translation.rb, line 8
    def localize(*args)
      I18n.localize(*args)
    end
Register or log in to add new notes.