Class: Glossync::MissingTranslationHandler::Default

Inherits:
Object
  • Object
show all
Defined in:
lib/glossync/missing_translation_handler.rb

Instance Method Summary collapse

Instance Method Details

#handle(error, _who, _field, _locale) ⇒ Object



4
5
6
# File 'lib/glossync/missing_translation_handler.rb', line 4

def handle(error, _who, _field, _locale)
  error.message
end