Flowdock
method

new

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: AbstractController::I18nProxy
new(i18n_config, lookup_context) 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/rendering.rb, line 19
    def initialize(i18n_config, lookup_context)
      @i18n_config, @lookup_context = i18n_config, lookup_context
    end
Register or log in to add new notes.