]> git.openstreetmap.org Git - rails.git/blob - app/controllers/share_panes_controller.rb
Merge remote-tracking branch 'upstream/pull/6106'
[rails.git] / app / controllers / share_panes_controller.rb
1 class SharePanesController < ApplicationController
2   before_action :authorize_web
3   before_action :set_locale
4   authorize_resource :class => false
5
6   def show
7     render :layout => false
8   end
9 end