module SymbolExtensionCustom

Symbol Extension

Public Instance Methods

l(*args)
l_with_args(*args) click to toggle source
# File lib/message_train/localization.rb, line 23
def l_with_args(*args)
  l(*args).html_safe
end
localize_with_debugging(*args) click to toggle source
# File lib/message_train/localization.rb, line 18
def localize_with_debugging(*args)
  localized_sym = I18n.translate(self, *args)
  localized_sym.is_a?(String) ? localized_sym.html_safe : localized_sym
end
Also aliased as: l