module ActiveModel::Translation

def i18n_scope

Returns the +i18n_scope+ for the class. Override if you want custom lookup.
def i18n_scope
  :activemodel
end