method
invert_remove_exclusion_constraint
v7.1.3.2 -
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 330
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