Method: ActiveModel::Translation#i18n_scope

Defined in:
lib/active_model/translation.rb

#i18n_scopeObject

Returns the i18n_scope for the class. Override if you want custom lookup.



28
29
30
# File 'lib/active_model/translation.rb', line 28

def i18n_scope
  :activemodel
end