Flowdock
method

invert_change_column_null

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: CommandRecorder
invert_change_column_null(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 167
      def invert_change_column_null(args)
        args[2] = !args[2]
        [:change_column_null, args]
      end
Register or log in to add new notes.