Skip to content

Commit

Permalink
Remoced users/new from route.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfink committed Jan 3, 2011
1 parent 158dda6 commit 0e17e39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/routes.rb
@@ -1,6 +1,5 @@
SampleApp::Application.routes.draw do
resources :users
get "users/new"

match '/signup', :to => 'users#new'
match '/contact', :to => 'pages#contact'
Expand Down

0 comments on commit 0e17e39

Please sign in to comment.