From 99dd107760191b834d0a97e89c5ae991c088a4a8 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sat, 16 Jan 2010 04:10:35 +0530 Subject: Remove unused default_select --- activerecord/lib/active_record/base.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 6b4a1d0071..38a012202d 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -1562,14 +1562,6 @@ module ActiveRecord #:nodoc: end end - def default_select(qualified) - if qualified - quoted_table_name + '.*' - else - '*' - end - end - def construct_finder_arel(options = {}, scope = nil) validate_find_options(options) -- cgit v1.2.3