module MyGenerators module Rails class Railtie < Rails::Railtie config.app_generators do |g| g.orm :my_generators g.integration_tool :my_spec g.test_framework :my_spec g.scaffold_controller :my_controller g.template_engine :my_generators end end end end