mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Update route globbing documention in RDoc
This commit is contained in:
@@ -193,9 +193,10 @@ module ActionController
|
||||
#
|
||||
# map.connect '*path' , :controller => 'blog' , :action => 'unrecognized?'
|
||||
#
|
||||
# will glob all remaining parts of the route that were not recognized earlier. This idiom
|
||||
# must appear at the end of the path. The globbed values are in <tt>params[:path]</tt> in
|
||||
# this case.
|
||||
# will glob all remaining parts of the route that were not recognized earlier.
|
||||
# The globbed values are in <tt>params[:path]</tt> as an array of path segments.
|
||||
# Originally this parameter had to be at the end of the route definition,
|
||||
# however as of Rails 2.0 this is no longer the case.
|
||||
#
|
||||
# == Route conditions
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user