diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-08-20 07:07:10 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-08-20 07:07:10 +0100 |
commit | 7482e76f1180c29ae988e9b7d1a870690e1cba43 (patch) | |
tree | 06200778d417794c2186c184374aa35b13f21833 | |
parent | 07c52c0f56a2513aa2fd0abe5d712e87af4583cf (diff) |
Fix comment typo
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index a9c2c889a..34232b55b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -80,7 +80,7 @@ ActionController::Routing::Routes.draw do |map| # Use /profile for things to do with the currently signed in user. # Use /user/XXXX for things that anyone can see about that user. - # Note that /profile isn't indexe by search (see robots.txt) + # Note that /profile isn't indexed by search (see robots.txt) map.with_options :controller => 'user' do |user| user.signin '/profile/sign_in', :action => 'signin' user.signup '/profile/sign_up', :action => 'signup' |