Remove unused code

This commit is contained in:
Jun Jiang 2021-12-20 00:19:11 +08:00 committed by GitHub
parent a433cdcdd8
commit 1f53f06b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ module ActiveRecord
def initialize_copy(other)
@registrations = @registrations.dup
super
end
def add_modifier(options, klass, **args)