In following method `scope` param is no longer used ``` ruby def add_error(message, scope: :base) errors[scope] << construct_message(message) end ```