class Rails::Railtie::Configuration
def after_routes_loaded(&block)
def after_routes_loaded(&block) ActiveSupport.on_load(:after_routes_loaded, yield: true, &block) end
def after_routes_loaded(&block) ActiveSupport.on_load(:after_routes_loaded, yield: true, &block) end