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 --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/base.rb') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 37b379af9e..5f741c6ae7 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -1572,7 +1572,7 @@ module ActiveRecord #:nodoc: # or nil if this record's unsaved. # # For example, suppose that you have a User model, and that you have a - # map.resources :users route. Normally, +user_path+ will + # resources :users route. Normally, +user_path+ will # construct a path with the user object's 'id' in it: # # user = User.find_by_name('Phusion') -- cgit v1.2.3