aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-16 04:18:49 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-16 04:19:44 +0000
commit7d2e3ef315489d06e5074c2a7b9b6425aa3e74ce (patch)
tree1e975aac61cdb0c790dcb77749ecc9f14af1e74e /actionpack/lib/action_controller
parent1da087ba5314c5d90c0a69c9e80af56683605c17 (diff)
downloadrails-7d2e3ef315489d06e5074c2a7b9b6425aa3e74ce.tar.gz
rails-7d2e3ef315489d06e5074c2a7b9b6425aa3e74ce.tar.bz2
rails-7d2e3ef315489d06e5074c2a7b9b6425aa3e74ce.zip
Remove version info
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r--actionpack/lib/action_controller/routing.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/routing.rb b/actionpack/lib/action_controller/routing.rb
index 6d089b36b9..a2141a77dc 100644
--- a/actionpack/lib/action_controller/routing.rb
+++ b/actionpack/lib/action_controller/routing.rb
@@ -195,8 +195,6 @@ module ActionController
#
# 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
#