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
|
@previously_changed = changes
|
||||||
@changed_attributes.clear
|
@changed_attributes.clear
|
||||||
end
|
end
|
||||||
rescue
|
rescue
|
||||||
IdentityMap.remove(self) if IdentityMap.enabled?
|
IdentityMap.remove(self) if IdentityMap.enabled?
|
||||||
raise
|
raise
|
||||||
end
|
end
|
||||||
|
|
||||||
# <tt>reload</tt> the record and clears changed attributes.
|
# <tt>reload</tt> the record and clears changed attributes.
|
||||||
|
|
Loading…
Reference in a new issue