Class: InterpreterTranslation

Inherits:
Interpreter::Translation show all
Defined in:
app/models/interpreter_translation.rb

Instance Method Summary collapse

Methods inherited from Interpreter::Translation

#==, all, available_locales, destroy, find_all_by_value_like, find_by_key, #id, #initialize, #persisted?, #save, #update_attributes

Methods inherited from Interpreter::Base

attributes, #attributes, locales, #new_record?, #persisted?

Constructor Details

This class inherits a constructor from Interpreter::Translation

Instance Method Details

#human_nameObject



3
4
5
# File 'app/models/interpreter_translation.rb', line 3

def human_name
  "Translation"
end