]> git.openstreetmap.org Git - rails.git/blob - app/controllers/webgl_error_panes_controller.rb
Convert `UserMailer#email_confirm` to new style
[rails.git] / app / controllers / webgl_error_panes_controller.rb
1 # frozen_string_literal: true
2
3 class WebglErrorPanesController < ApplicationController
4   before_action :authorize_web
5   before_action :set_locale
6   authorize_resource :class => false
7
8   def show
9     render :layout => false
10   end
11 end