aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sql_algebra/relations/relation.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sql_algebra/relations/relation.rb b/lib/sql_algebra/relations/relation.rb
index 82266fd7e8..13742cb570 100644
--- a/lib/sql_algebra/relations/relation.rb
+++ b/lib/sql_algebra/relations/relation.rb
@@ -59,6 +59,7 @@ class Relation
end
end
end
+ delegate :to_s, :to => :to_sql
protected
def attributes; [] end