class StaleObjectError
Ruby on Rails 6.1.7.10
Since v2.2.3Raised on attempt to save stale record. Record is stale when it’s being saved in another query after instantiation, for example, when two users edit the same wiki page and one starts editing and saves the page before the other.
Read more about optimistic locking in ActiveRecord::Locking module documentation.
Inherits from
Attributes
Methods (defined here)
- self. new