exec_config()
Task <a href="/rails/Handlers">Handlers</a>
# File actionwebservice/setup.rb, line 995 def exec_config run_hook 'pre-config' each_selected_installers {|inst| inst.exec_config } run_hook 'post-config' @config.save # must be final end