]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/way_controller.rb
rails way bits
[rails.git] / app / controllers / way_controller.rb
index 49a3b3bfec3d7de50266e9dce7dbc29b1a67c40a..2fd4390e49162e7102965921c796f8ec7934b5fd 100644 (file)
@@ -10,8 +10,6 @@ class WayController < ApplicationController
       if way
         way.user_id = @user.id
         if way.save_with_history
-
-
           render :text => way.id
         else
           render :nothing => true, :status => 500
@@ -52,7 +50,5 @@ class WayController < ApplicationController
       way.save_with_history
 
     end
   end
-
 end