fix half-baked comment. this needs way more thought before it is... um ;-)
This commit is contained in:
parent
6b24ce4de9
commit
1fb6325630
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class ChangesetController < ApplicationController
|
|||
|
||||
cs = Changeset.from_xml(request.raw_post, true)
|
||||
|
||||
# Assume that Node.from_xml has thrown an exception if there is an error parsing the xml
|
||||
# Assume that Changeset.from_xml has thrown an exception if there is an error parsing the xml
|
||||
cs.user_id = @user.id
|
||||
cs.save_with_tags!
|
||||
render :text => cs.id.to_s, :content_type => "text/plain"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue