aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/lib')
-rw-r--r--activeresource/lib/active_resource/base.rb2
1 files changed, 1 insertions, 1 deletions
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