mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fix indent
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user