Flowdock
method

i18n_default

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: Translator
i18n_default() private

No documentation

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

Hide source
# File actionview/lib/action_view/helpers/tags/translator.rb, line 23
        def i18n_default
          if model
            key = model.model_name.i18n_key
            ["#{key}.#{method_and_value}".to_sym, ""]
          else
            ""
          end
        end
Register or log in to add new notes.