Skip to content

Instantly share code, notes, and snippets.

@jmazzi
Created March 24, 2009 19:27
Show Gist options
  • Save jmazzi/84317 to your computer and use it in GitHub Desktop.
Save jmazzi/84317 to your computer and use it in GitHub Desktop.
# Original, did not work in production
map.connect 'referrals/logout', :controller => 'referrals/login', :action => 'logout'
map.connect 'referrals/:action/:id', :controller => 'referrals/home'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment