Class | Arel::Nodes::Node |
In: |
lib/arel/nodes/node.rb
|
Parent: | Object |
FIXME: this method should go away. I don‘t like people calling to_sql on non-head nodes. This forces us to walk the AST until we can find a node that has a "relation" member.
Maybe we should just use `Table.engine`? :’(