]> git.openstreetmap.org Git - rails.git/blob - app/controllers/site_controller.rb
Create a 'browse' tab, which will be used to display data on the main page
[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