method
new
v3.2.1 -
Show latest stable
- Class:
ActiveRecord::StaleObjectError
new(record, attempted_action)public
No documentation available.
# File activerecord/lib/active_record/errors.rb, line 104
def initialize(record, attempted_action)
@record = record
@attempted_action = attempted_action
end