Skip to content

Commit

Permalink
Removed unused local variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
miloops committed Jul 21, 2009
1 parent 0e0866e commit 5123a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activerecord/lib/active_record/base.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ def last(*args)
# This is an alias for find(:all). You can pass in all the same arguments to this method as you can # This is an alias for find(:all). You can pass in all the same arguments to this method as you can
# to find(:all) # to find(:all)
def all(*args) def all(*args)
relation = arel_table
construct_finder_arel(*args) construct_finder_arel(*args)
end end


Expand Down

0 comments on commit 5123a23

Please sign in to comment.