diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-01-07 14:30:20 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-01-07 14:30:20 -0800 |
commit | 2efd780dcb91b9df5eb05ae8b4837602a33c16fc (patch) | |
tree | 4c7946c1dbd9bffcdda7fc665fb6282859d5e3da /activerecord/test/models | |
parent | 6e63e7a8745083e2a2556df268589f8bd9e7cd31 (diff) | |
download | rails-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/models')
-rw-r--r-- | activerecord/test/models/customer.rb | 2 |
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 |