aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/relation.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/algebra/relations/relation.rb')
-rw-r--r--lib/arel/algebra/relations/relation.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/arel/algebra/relations/relation.rb b/lib/arel/algebra/relations/relation.rb
index 9936b9689f..cb7b30bb3c 100644
--- a/lib/arel/algebra/relations/relation.rb
+++ b/lib/arel/algebra/relations/relation.rb
@@ -41,6 +41,10 @@ module Arel
end
def christener
+ puts "#" * 50
+ puts self.class.name
+ puts caller
+ puts "#" * 50
@christener ||= Sql::Christener.new
end