mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #17890 from sergey-alekseev/remove-useless-methods
remove useless methods
This commit is contained in:
commit
19dfd2f8ed
1 changed files with 0 additions and 10 deletions
|
@ -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(*)
|
||||
|
|
Loading…
Reference in a new issue