X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/613e88c4a8728c2f1ab8a2fb9338762b947eac6a..9f177a7a1ad0c626d708c040eb65542d723bf8e8:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index eebb23301..4b22e46fd 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -1,2 +1,8 @@ class SiteController < ApplicationController + before_filter :authorize_web + before_filter :require_user, :only => [:edit] + + def export + render :action => 'index' + end end