]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/export_controller.rb
Work around upcoming minitest insanity
[rails.git] / app / controllers / export_controller.rb
index 6a8348fb59addd87882045b081c4ac748e0d71e1..fa7944516620e442064b8f8d5adb118d92042761 100644 (file)
@@ -1,6 +1,6 @@
 class ExportController < ApplicationController
 class ExportController < ApplicationController
-  before_filter :authorize_web
-  before_filter :set_locale
+  before_action :authorize_web
+  before_action :set_locale
 
   caches_page :embed
 
 
   caches_page :embed
 
@@ -22,6 +22,5 @@ class ExportController < ApplicationController
     end
   end
 
     end
   end
 
-  def embed
-  end
+  def embed; end
 end
 end