Flowdock
method

invert_add_index

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: CommandRecorder
invert_add_index(args) private

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/migration/command_recorder.rb, line 140
      def invert_add_index(args)
        table, columns, options = *args
        [:remove_index, [table, (options || {}).merge(column: columns)]]
      end
Register or log in to add new notes.