module ActiveRecord::Inheritance::ClassMethods

def initialize_clone(other) # :nodoc:

:nodoc:
def initialize_clone(other) # :nodoc:
  super
  set_base_class
end