aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_collection.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-02-05 13:18:27 +0000
committerJon Leighton <j@jonathanleighton.com>2011-02-07 23:35:05 +0000
commitd9870d92f733f0ef4452a0b6df338ed9dbcc05b3 (patch)
treeb0d22a18890ab8f27da6f2ed60df344de749b3a2 /activerecord/lib/active_record/associations/association_collection.rb
parent52f09eac5b3d297021ef726e04ec19f6011cb302 (diff)
downloadrails-d9870d92f733f0ef4452a0b6df338ed9dbcc05b3.tar.gz
rails-d9870d92f733f0ef4452a0b6df338ed9dbcc05b3.tar.bz2
rails-d9870d92f733f0ef4452a0b6df338ed9dbcc05b3.zip
This string should continue
Diffstat (limited to 'activerecord/lib/active_record/associations/association_collection.rb')
-rw-r--r--activerecord/lib/active_record/associations/association_collection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/association_collection.rb b/activerecord/lib/active_record/associations/association_collection.rb
index 9bd59132f5..acb9fe7ff8 100644
--- a/activerecord/lib/active_record/associations/association_collection.rb
+++ b/activerecord/lib/active_record/associations/association_collection.rb
@@ -290,7 +290,7 @@ module ActiveRecord
unless concat(other_array - @target)
@target = original_target
- raise RecordNotSaved, "Failed to replace #{@reflection.name} because one or more of the "
+ raise RecordNotSaved, "Failed to replace #{@reflection.name} because one or more of the " \
"new records could not be saved."
end
end