aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_one_association.rb
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-08-28 23:18:57 +0000
committerMichael Koziarski <michael@koziarski.com>2007-08-28 23:18:57 +0000
commit18a3333a30b406633e2bb6fa5b87ada25ce7571d (patch)
tree30d5a1a6fb6e2205a395b3154b052716cd25ed88 /activerecord/lib/active_record/associations/has_one_association.rb
parentc11ca0e0bfec41215da2c19b2a09435da2e4450e (diff)
downloadrails-18a3333a30b406633e2bb6fa5b87ada25ce7571d.tar.gz
rails-18a3333a30b406633e2bb6fa5b87ada25ce7571d.tar.bz2
rails-18a3333a30b406633e2bb6fa5b87ada25ce7571d.zip
Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7368 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/lib/active_record/associations/has_one_association.rb')
-rw-r--r--activerecord/lib/active_record/associations/has_one_association.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/has_one_association.rb b/activerecord/lib/active_record/associations/has_one_association.rb
index 59e5486ad6..085de27cd5 100644
--- a/activerecord/lib/active_record/associations/has_one_association.rb
+++ b/activerecord/lib/active_record/associations/has_one_association.rb
@@ -76,7 +76,7 @@ module ActiveRecord
end
def new_record(replace_existing)
- # make sure we load the target first, if we plan on replacing the existing
+ # Make sure we load the target first, if we plan on replacing the existing
# instance. Otherwise, if the target has not previously been loaded
# elsewhere, the instance we create will get orphaned.
load_target if replace_existing