method

prepare_binds_for_database

rails latest stable - Class: ActiveRecord::ConnectionAdapters::Quoting

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

prepare_binds_for_database(binds)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/quoting.rb, line 153
      def prepare_binds_for_database(binds) # :nodoc:
        binds.map(&:value_for_database)
      end