From d1faa408e5c30eed80c810c4993ee761a81f2219 Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Sat, 6 Feb 2010 10:05:44 +1100 Subject: Left off the map variable, spotted by Johan Andersson --- railties/guides/source/3_0_release_notes.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') 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 # Instead of: -ActionController::Routing::Routes.draw do +ActionController::Routing::Routes.draw do |map| map.resources :posts end -- cgit v1.2.3