aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorBrian Cardarella <bcardarella@gmail.com>2012-06-26 14:33:21 -0400
committerBrian Cardarella <bcardarella@gmail.com>2012-06-29 14:58:19 -0500
commit05c7e0ae6425fc5cbc9cb50bd035a3ee80e8b4b3 (patch)
tree69263050f7a52ef98d71d277ec325765258f2fb0 /activerecord/lib
parent58c83d4c6108a67ee0cf2de4ed8ea91953f98d2d (diff)
downloadrails-05c7e0ae6425fc5cbc9cb50bd035a3ee80e8b4b3.tar.gz
rails-05c7e0ae6425fc5cbc9cb50bd035a3ee80e8b4b3.tar.bz2
rails-05c7e0ae6425fc5cbc9cb50bd035a3ee80e8b4b3.zip
Remove ActiveRelation#inspect
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/relation.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb
index fe3aa00a74..e268d451e0 100644
--- a/activerecord/lib/active_record/relation.rb
+++ b/activerecord/lib/active_record/relation.rb
@@ -492,10 +492,6 @@ module ActiveRecord
end
end
- def inspect
- to_a.inspect
- end
-
def pretty_print(q)
q.pp(self.to_a)
end