Skip to content

Instantly share code, notes, and snippets.

@benhutton
Created March 22, 2011 14:32
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 benhutton/881294 to your computer and use it in GitHub Desktop.
Save benhutton/881294 to your computer and use it in GitHub Desktop.
Dgnetwork::Application.routes.draw do
# Everything that would normally go in /, and that I would put in /store
routes_for_spree_store do
end
# Everything that would normally go in /admin
routes_for_spree_admin do
end
# Everything that would normally go in /, and that I would put in /
routes_for_spree_site do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment