aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorHongli Lai (Phusion) <hongli@phusion.nl>2008-09-20 14:10:11 +0200
committerHongli Lai (Phusion) <hongli@phusion.nl>2008-09-20 14:10:11 +0200
commita866af09655140c5205c50fdf895c40f460dc644 (patch)
tree3493ba14a6aab4357ee6bab567798fab4ef62240 /activerecord
parentbfa36d2f0bd9f6a39fbe8917e96478f5c1d9c3ed (diff)
downloadrails-a866af09655140c5205c50fdf895c40f460dc644.tar.gz
rails-a866af09655140c5205c50fdf895c40f460dc644.tar.bz2
rails-a866af09655140c5205c50fdf895c40f460dc644.zip
s/ActionPack/Action Pack/
Diffstat (limited to 'activerecord')
-rwxr-xr-xactiverecord/lib/active_record/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb
index a08da7b9e2..220b8cb866 100755
--- a/activerecord/lib/active_record/base.rb
+++ b/activerecord/lib/active_record/base.rb
@@ -2274,7 +2274,7 @@ module ActiveRecord #:nodoc:
end
- # Returns a String, which ActionPack uses for constructing an URL to this
+ # Returns a String, which Action Pack uses for constructing an URL to this
# object. The default implementation returns this record's id as a String,
# or nil if this record's unsaved.
#