Flowdock
to_sql() 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/active_record/relation.rb, line 457
    def to_sql
      @to_sql ||= klass.connection.to_sql(arel, @bind_values.dup)
    end
Register or log in to add new notes.