]> git.openstreetmap.org Git - rails.git/blob - app/controllers/accounts/deletions_controller.rb
Merge pull request #5449 from AntonKhorev/edit-preferences
[rails.git] / app / controllers / accounts / deletions_controller.rb
1 module Accounts
2   class DeletionsController < ApplicationController
3     layout "site"
4
5     before_action :authorize_web
6     before_action :set_locale
7
8     authorize_resource :class => false
9
10     def show; end
11   end
12 end