From 48b2451142355b22de5f8130b3debdd4e53e2ba2 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Sun, 4 Apr 2010 17:34:13 +0100 Subject: Update various documentation examples to use new routing DSL --- actionpack/lib/action_controller/record_identifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/record_identifier.rb b/actionpack/lib/action_controller/record_identifier.rb index 7fdaffe3eb..fe2f6cee70 100644 --- a/actionpack/lib/action_controller/record_identifier.rb +++ b/actionpack/lib/action_controller/record_identifier.rb @@ -6,7 +6,7 @@ module ActionController # the view actions to a higher logical level. Example: # # # routes - # map.resources :posts + # resources :posts # # # view # <% div_for(post) do %>
-- cgit v1.2.3