Rails: routing root to a placeholder without controller
Sonntag, 24. April 2011, 12:53 Uhr | roberto@vasquez-angel.de |In your Rails.root/config/routes.rb
:
Archive::Application.routes.draw do . . . root :to => proc { |env| [200, {}, ["Welcome"]] } end