Exception: ActiveRecord::IrreversibleOrderError
- Inherits:
-
ActiveRecordError
- Object
- StandardError
- ActiveRecordError
- ActiveRecord::IrreversibleOrderError
- Defined in:
- lib/active_record/errors.rb
Overview
IrreversibleOrderError is raised when a relation’s order is too complex for reverse_order
to automatically reverse.