class DeviseController

def translation_scope

existing translations.
method so that other controllers inheriting from them would use
Controllers inheriting DeviseController are advised to override this
def translation_scope
  "devise.#{controller_name}"
end