projects
/
catagits/CatalystX-Routes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d3ef7c9
)
Fix capitalizations
master
Dave Rolsky [Tue, 12 Apr 2011 18:11:10 +0000 (13:11 -0500)]
lib/CatalystX/Routes.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/CatalystX/Routes.pm
b/lib/CatalystX/Routes.pm
index
0e4acc3
..
adcbe9f
100644
(file)
--- a/
lib/CatalystX/Routes.pm
+++ b/
lib/CatalystX/Routes.pm
@@
-203,7
+203,7
@@
__END__
$c->stash()->{user} = ...;
};
- # GET /user/:user_Id
+ # GET /user/:user_id
get ''
=> chained('_set_user')
=> args 0