Skip to content

Instantly share code, notes, and snippets.

@citrus
Created June 14, 2011 23:59
Show Gist options
  • Save citrus/1026223 to your computer and use it in GitHub Desktop.
Save citrus/1026223 to your computer and use it in GitHub Desktop.
NightOut::Application.routes.draw do
mount NightOutCore::Engine => '/'
mount NightOutCms::Engine => '/admin'
mount NightOutClient::Engine => '/client'
mount NightOutMobile::Engine => '/m'
root :to => "core/root#index"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment