]> git.openstreetmap.org Git - rails.git/blob - app/controllers/account/deletions_controller.rb
Enable the ActionOrder cop for remaining controllers
[rails.git] / app / controllers / account / deletions_controller.rb
1 module Account
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