Skip to content

Commit

Permalink
no longer use this instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 17, 2011
1 parent 8ec1b84 commit 0eeb2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/visitors/test_to_sql.rb
@@ -1,7 +1,7 @@
require 'helper' require 'helper'


class Arel::Visitors::ToSql class Arel::Visitors::ToSql
def last_column; Thread.current[:arel_visitors_to_sql_last_column] || @last_column; end def last_column; Thread.current[:arel_visitors_to_sql_last_column]; end
end end


module Arel module Arel
Expand Down

0 comments on commit 0eeb2da

Please sign in to comment.