Skip to content

Instantly share code, notes, and snippets.

@railsbob
Created February 22, 2010 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save railsbob/310691 to your computer and use it in GitHub Desktop.
Save railsbob/310691 to your computer and use it in GitHub Desktop.
# MyApp/lib/saas/config/routes.rb
Rails::Application.routes.draw do |map|
namespace :saas do
resources :sessions
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment