class Rails::Configuration::Generators

def after_generate(&block)

def after_generate(&block)
  @after_generate_callbacks << block
end