Update result from var instance output [ci skip]

Now @_start_transaction_state set to nil instead of empty hash from b1458218c9.
This commit is contained in:
Juanito Fatas 2020-01-26 17:40:46 +09:00
parent 8ae8e19a33
commit e2042287a6
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ You can also inspect for an object method this way:
```
(byebug) var instance Article.new
@_start_transaction_state = {}
@_start_transaction_state = nil
@aggregation_cache = {}
@association_cache = {}
@attributes = #<ActiveRecord::AttributeSet:0x007fd0682a9b18 @attributes={"id"=>#<ActiveRecord::Attribute::FromDatabase:0x007fd0682a9a00 @name="id", @value_be...