]> git.openstreetmap.org Git - rails.git/blob - app/controllers/site_controller.rb
Log the request on a few requests when there is a bad request, probably should do...
[rails.git] / app / controllers / site_controller.rb
1 class SiteController < ApplicationController
2   before_filter :authorize_web
3   before_filter :require_user, :only => [:edit]
4
5   def export
6     render :action => 'index'
7   end
8 end