Flowdock
method

exec_delete

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: Mysql2Adapter
exec_delete(sql, name, binds) 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/connection_adapters/mysql2_adapter.rb, line 248
      def exec_delete(sql, name, binds)
        execute to_sql(sql, binds), name
        @connection.affected_rows
      end
Register or log in to add new notes.