Skip to content

Commit

Permalink
Updated. Fixed all problems...
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Haines committed Dec 14, 2010
1 parent 0b9a12e commit a2474a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week_five/faux-twitter/config/routes.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
match 'signup' => "signup#new" match 'signup' => "signup#new"


match 'session/destroy' => "session#destroy" match 'session/destroy' => "session#destroy"
#match 'status/new' => "status#new" match 'status/new' => "status#new"


resources :user resources :user
resources :status resources :status
Expand Down

0 comments on commit a2474a5

Please sign in to comment.