aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2009-07-21 20:28:35 -0300
committerEmilio Tagua <miloops@gmail.com>2009-07-21 20:28:35 -0300
commit5123a2359b964ba31c93296a36c9899564b537a8 (patch)
tree02247a8ca4c8e540977c4a38c8d737513a6f8a76 /activerecord/lib
parent0e0866e0565bd530ee265b9298accff4185f7022 (diff)
downloadrails-5123a2359b964ba31c93296a36c9899564b537a8.tar.gz
rails-5123a2359b964ba31c93296a36c9899564b537a8.tar.bz2
rails-5123a2359b964ba31c93296a36c9899564b537a8.zip
Removed unused local variable.
Diffstat (limited to 'activerecord/lib')
-rwxr-xr-xactiverecord/lib/active_record/base.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb
index 718f7ea37b..2375211577 100755
--- a/activerecord/lib/active_record/base.rb
+++ b/activerecord/lib/active_record/base.rb
@@ -663,7 +663,6 @@ module ActiveRecord #:nodoc:
# This is an alias for find(:all). You can pass in all the same arguments to this method as you can
# to find(:all)
def all(*args)
- relation = arel_table
construct_finder_arel(*args)
end