module ActiveModel::Translation

def i18n_scope

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