]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changesets_controller.rb
Ignore the creation_ip column which is no longer used
[rails.git] / app / controllers / changesets_controller.rb
index ba04b9a1771a5fa5501f2b3359140c221952a67d..2c50ff905868951487e9864daee1f554d459c3a0 100644 (file)
@@ -75,6 +75,7 @@ class ChangesetsController < ApplicationController
   end
 
   def show
+    @type = "changeset"
     @changeset = Changeset.find(params[:id])
     case turbo_frame_request_id
     when "changeset_nodes"