Refactor "Zoom in to ..." tooltip tests for map control buttons
[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