module ActiveRecord::Translation

def i18n_scope # :nodoc:

:nodoc:
Set the i18n scope to override ActiveModel.
def i18n_scope # :nodoc:
  :activerecord
end