]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
Add welcome page based on http://osmlab.github.io/welcome-osm/
[rails.git] / app / controllers / site_controller.rb
index b2212645c2761d764e03287a23b8dc6f79af0ec1..35f1fb84922188f7b6c8bf5c109fa8b914dcb617 100644 (file)
@@ -80,6 +80,9 @@ class SiteController < ApplicationController
     @locale = params[:copyright_locale] || I18n.locale
   end
 
+  def welcome
+  end
+
   def preview
     render :text => RichText.new(params[:format], params[:text]).to_html
   end