]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/account/deletions_controller.rb
Merge branch 'master' into feature/add-communities-page
[rails.git] / app / controllers / account / deletions_controller.rb
diff --git a/app/controllers/account/deletions_controller.rb b/app/controllers/account/deletions_controller.rb
new file mode 100644 (file)
index 0000000..2e3c777
--- /dev/null
@@ -0,0 +1,12 @@
+module Account
+  class DeletionsController < ApplicationController
+    layout "site"
+
+    before_action :authorize_web
+    before_action :set_locale
+
+    authorize_resource :class => false
+
+    def show; end
+  end
+end