method
invert_remove_exclusion_constraint
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Migration::CommandRecorder
invert_remove_exclusion_constraint(args)private
No documentation available.
# File activerecord/lib/active_record/migration/command_recorder.rb, line 356
def invert_remove_exclusion_constraint(args)
raise ActiveRecord::IrreversibleMigration, "remove_exclusion_constraint is only reversible if given an expression." if args.size < 2
super
end