fix indent

This commit is contained in:
Jon Leighton 2011-11-30 14:08:32 +00:00
parent cbeeaa6ea0
commit 40840aa9ea

@ -34,9 +34,9 @@ def save!(*) #:nodoc:
@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.