Skip to content

Commit

Permalink
Fix documentation typo in routes. Closes #8250. [norbert]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6672 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
Marcel Molina committed May 6, 2007
1 parent dac6aae commit 93c29e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*

* Fix documentation typo in routes. [norbert]

* Sweep flash when filter chain is halted. [Caio Chassot <lists@v2studio.com>]

* Fixed that content_tag with a block will just return the result instead of concate it if not used in a ERb view #7857, #7432 [michael.niessner]
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/routing.rb
Expand Up @@ -205,7 +205,7 @@ module ActionController
#
# You can reload routes if you feel you must:
#
# Action::Controller::Routes.reload
# ActionController::Routing::Routes.reload
#
# This will clear all named routes and reload routes.rb
#
Expand Down

0 comments on commit 93c29e5

Please sign in to comment.