mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix indent
This commit is contained in:
parent
cbeeaa6ea0
commit
40840aa9ea
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ module ActiveRecord
|
|||
@previously_changed = changes
|
||||
@changed_attributes.clear
|
||||
end
|
||||
rescue
|
||||
IdentityMap.remove(self) if IdentityMap.enabled?
|
||||
raise
|
||||
rescue
|
||||
IdentityMap.remove(self) if IdentityMap.enabled?
|
||||
raise
|
||||
end
|
||||
|
||||
# <tt>reload</tt> the record and clears changed attributes.
|
||||
|
|
Loading…
Reference in a new issue