Skip to content

Commit

Permalink
one more out-of-date-doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 28, 2010
1 parent 0749421 commit cd21480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -1275,7 +1275,7 @@ <h2 id="Sync">Backbone.sync</h2>
def update
account = Account.find(params[:id])
account.update_attributes JSON.parse params[:model]
render :json => {:model => account}
render :json => account
end
</pre>

Expand Down

0 comments on commit cd21480

Please sign in to comment.