aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-08-20 17:08:36 +0100
committerLouise Crow <louise.crow@gmail.com>2012-08-20 17:08:36 +0100
commit396b272c7f77ffe94ec5efb112e88a3c384d2db0 (patch)
tree6dd70f382bf21ec196c872de2264313468310816 /config/routes.rb
parent804ce54e241f99e4e146c8c6ffded5fbb1adc790 (diff)
parentf2115fe4357d232d0e8a373881790a9a38ee80f5 (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
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'