]> git.openstreetmap.org Git - rails.git/blob - app/controllers/site_controller.rb
Take a copy of r16069 from the trunk to create an oauth branch.
[rails.git] / app / controllers / site_controller.rb
1 class SiteController < ApplicationController
2   before_filter :authorize_web
3   before_filter :set_locale
4   before_filter :require_user, :only => [:edit]
5
6   def export
7     render :action => 'index'
8   end
9 end