Flowdock
method

compile

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ToSql
compile(node, collector = Arel::Collectors::SQLString.new) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/arel/visitors/to_sql.rb, line 17
      def compile(node, collector = Arel::Collectors::SQLString.new)
        accept(node, collector).value
      end
Register or log in to add new notes.