diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-02-18 15:53:54 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-02-18 15:53:54 -0800 |
commit | 8657826f416fa2f073c78ba0fab96c33f7b92c39 (patch) | |
tree | 833b4dc519162f3e0be97f4976f3c1eb4b5db287 /activerecord/test/cases | |
parent | 30679bc705c74fcf1d26df275134f7b655a288a8 (diff) | |
download | rails-8657826f416fa2f073c78ba0fab96c33f7b92c39.tar.gz rails-8657826f416fa2f073c78ba0fab96c33f7b92c39.tar.bz2 rails-8657826f416fa2f073c78ba0fab96c33f7b92c39.zip |
oops, no need for puts!
Diffstat (limited to 'activerecord/test/cases')
-rw-r--r-- | activerecord/test/cases/attribute_methods/read_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/attribute_methods/read_test.rb b/activerecord/test/cases/attribute_methods/read_test.rb index 3dc69ea35e..d0a9028264 100644 --- a/activerecord/test/cases/attribute_methods/read_test.rb +++ b/activerecord/test/cases/attribute_methods/read_test.rb @@ -28,7 +28,6 @@ module ActiveRecord end def self.columns_hash - puts caller Hash[column_names.map { |name| [name, FakeColumn.new(name)] }] |