1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove useless methods

This commit is contained in:
Sergey Alekseev 2014-12-03 03:20:55 +03:00
parent f987609ad6
commit 44919e1cf0

View file

@ -123,16 +123,6 @@ module ActiveRecord
end
end
protected
def actually_destroyed?
@_actually_destroyed
end
def clear_destroy_state
@_actually_destroyed = nil
end
private
def _create_record(*)