aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-01-07 14:30:20 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-01-07 14:30:20 -0800
commit2efd780dcb91b9df5eb05ae8b4837602a33c16fc (patch)
tree4c7946c1dbd9bffcdda7fc665fb6282859d5e3da /activerecord/test
parent6e63e7a8745083e2a2556df268589f8bd9e7cd31 (diff)
downloadrails-2efd780dcb91b9df5eb05ae8b4837602a33c16fc.tar.gz
rails-2efd780dcb91b9df5eb05ae8b4837602a33c16fc.tar.bz2
rails-2efd780dcb91b9df5eb05ae8b4837602a33c16fc.zip
send() will raise an ArgumentError, so we should leverage ruby
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/models/customer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/models/customer.rb b/activerecord/test/models/customer.rb
index e258ccdb6c..777f6b5ba0 100644
--- a/activerecord/test/models/customer.rb
+++ b/activerecord/test/models/customer.rb
@@ -70,4 +70,4 @@ class Fullname
def to_s
"#{first} #{last.upcase}"
end
-end \ No newline at end of file
+end