From 46f0836d60da3e1e3508b1e03cd123cf8c58df6e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 21 May 2008 23:30:26 +0200 Subject: gsub("ActionPack", "Action Pack") --- activeresource/lib/active_resource/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activeresource/lib') diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb index 961f5e6f7f..6e0d7e9d1d 100644 --- a/activeresource/lib/active_resource/base.rb +++ b/activeresource/lib/active_resource/base.rb @@ -701,7 +701,7 @@ module ActiveResource attributes[self.class.primary_key] = id end - # Allows ActiveResource objects to be used as parameters in ActionPack URL generation. + # Allows ActiveResource objects to be used as parameters in Action Pack URL generation. def to_param id && id.to_s end -- cgit v1.2.3