20300: Change deprecated update_attributes to update.
[arvados.git] / doc / install / install-workbench2-app.html.textile.liquid
index 63159611828268dc05b4fac99d4d243881571552..bbcbd7ef1d79377d9022e2f4f8b6d19b5c7356f3 100644 (file)
@@ -99,7 +99,7 @@ At the console, enter the following commands to locate the ApiClient record for
 => ["https://workbench.example.com/", Sat, 19 Apr 2014 03:35:12 UTC +00:00]
 irb(main):002:0&gt; <span class="userinput">include CurrentApiClient</span>
 =&gt; true
-irb(main):003:0&gt; <span class="userinput">act_as_system_user do wb.update_attributes!(is_trusted: true) end</span>
+irb(main):003:0&gt; <span class="userinput">act_as_system_user do wb.update!(is_trusted: true) end</span>
 =&gt; true
 </code></pre>
 </notextile>