diff options
author | Mikel Lindsaar <raasdnil@gmail.com> | 2010-02-06 10:05:44 +1100 |
---|---|---|
committer | Mikel Lindsaar <raasdnil@gmail.com> | 2010-02-06 10:05:44 +1100 |
commit | d1faa408e5c30eed80c810c4993ee761a81f2219 (patch) | |
tree | 383a3c5c6f0c8ee9801ce3855b9a24aa441a949d /railties/guides/source/3_0_release_notes.textile | |
parent | 436532b3ce19216118ab7db0a62776aa79a0b1c6 (diff) | |
download | rails-d1faa408e5c30eed80c810c4993ee761a81f2219.tar.gz rails-d1faa408e5c30eed80c810c4993ee761a81f2219.tar.bz2 rails-d1faa408e5c30eed80c810c4993ee761a81f2219.zip |
Left off the map variable, spotted by Johan Andersson
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index c816cc48d4..77bd49f6b6 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -259,7 +259,7 @@ Action Dispatch is new in Rails 3.0 and provides a new, cleaner implementation f <ruby> # Instead of: -ActionController::Routing::Routes.draw do +ActionController::Routing::Routes.draw do |map| map.resources :posts end |