]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/changeset.rb
fix indentation. Get teh api version from the constant, rather than hard coding it...
[rails.git] / app / models / changeset.rb
index 934d75e39de953d51e9bd98221e4b1815056be81..caa167c9eb19e52b32e277269820b056f918e962 100644 (file)
@@ -71,6 +71,7 @@ class Changeset < ActiveRecord::Base
 
     Changeset.transaction do
       # fixme update modified_at time?
+      # FIXME there is no modified_at time, should it be added
       self.save!
     end