aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/base.rb')
-rwxr-xr-xactiverecord/lib/active_record/base.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb
index 2f6e3e8ffd..afa4185c60 100755
--- a/activerecord/lib/active_record/base.rb
+++ b/activerecord/lib/active_record/base.rb
@@ -2813,11 +2813,6 @@ module ActiveRecord #:nodoc:
@attributes.frozen?
end
- # Returns +true+ if the record has been destroyed.
- def destroyed?
- @destroyed
- end
-
# Returns duplicated record with unfreezed attributes.
def dup
obj = super