module ActiveRecord::AttributeMethods::ClassMethods

def inherited(child_class) # :nodoc:

:nodoc:
def inherited(child_class) # :nodoc:
  child_class.initialize_generated_modules
  super
end