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:
parent
f987609ad6
commit
44919e1cf0
1 changed files with 0 additions and 10 deletions
|
@ -123,16 +123,6 @@ module ActiveRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
protected
|
|
||||||
|
|
||||||
def actually_destroyed?
|
|
||||||
@_actually_destroyed
|
|
||||||
end
|
|
||||||
|
|
||||||
def clear_destroy_state
|
|
||||||
@_actually_destroyed = nil
|
|
||||||
end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def _create_record(*)
|
def _create_record(*)
|
||||||
|
|
Loading…
Reference in a new issue